@FunctionalInterface public static interface AbstractJdbcRowConverter.JdbcDeserializationConverter extends Serializable
RowData type object.| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(Object jdbcField)
Convert a jdbc field object of
ResultSet to the internal data structure object. |
Object deserialize(Object jdbcField) throws SQLException
ResultSet to the internal data structure object.jdbcField - A single field of a ResultSetSQLExceptionCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.