public interface JdbcTypesTransformer extends Serializable
| 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 Fabric : ver. 1.7.0 Release Date : August 1 2016