| getValueAsRaw() |
Gets the raw (array of bytes) value corresponding to a column in the specified row. |
| getValueAsSQLTyped |
Gets the value corresponding to a column in the specified row, according to its SQL type. |
| getValueAsString() |
Gets the string value corresponding to a column in the specified row, with or without a charset. |
| setValueAsRaw() |
Sets a raw (array of bytes) value corresponding to a column in the specified row. |
| setValueAsSQLTyped() |
Sets the value corresponding to a column in a specified row, according to its SQL type. |
| setValueAsString() |
Sets a string value corresponding to a column in the specified row, with or without a charset. |