public interface JdbcTypesTransformer extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static List<Integer> |
NUMERIC_TYPES
Numeric types.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getColumnValue(ResultSet rs,
int colIdx,
Class<?> type)
Retrieves the value of the designated column in the current row of this
ResultSet object and
will convert to the requested Java data type. |
Object getColumnValue(ResultSet rs, int colIdx, Class<?> type) throws SQLException
ResultSet object and
will convert to the requested Java data type.rs - Result set.colIdx - Column index in result set.type - Class representing the Java data type to convert the designated column to.SQLException - If a database access error occurs or this method is called.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023