Interface AbstractJdbcRowConverter.JdbcDeserializationConverter
-
- All Superinterfaces:
Serializable
- Enclosing class:
- AbstractJdbcRowConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AbstractJdbcRowConverter.JdbcDeserializationConverter extends Serializable
Runtime converter to convert JDBC field toRowDatatype object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectdeserialize(Object jdbcField)Convert a jdbc field object ofResultSetto the internal data structure object.
-
-
-
Method Detail
-
deserialize
Object deserialize(Object jdbcField) throws SQLException
Convert a jdbc field object ofResultSetto the internal data structure object.- Parameters:
jdbcField- A single field of aResultSet- Throws:
SQLException
-
-