public abstract class AbstractQueryResultDataRowLoader extends Object implements DialectQueryResultDataRowLoader
| Constructor and Description |
|---|
AbstractQueryResultDataRowLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
getDateValue(ResultSet resultSet,
int columnIndex)
Get date value from result set.
|
protected abstract Object |
getSmallintValue(ResultSet resultSet,
int columnIndex)
Get smallint value from result set.
|
Collection<MemoryQueryResultDataRow> |
load(int columnCount,
ResultSet resultSet)
Load rows.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Collection<MemoryQueryResultDataRow> load(int columnCount, ResultSet resultSet) throws SQLException
DialectQueryResultDataRowLoaderload in interface DialectQueryResultDataRowLoadercolumnCount - column countresultSet - result set of JDBCSQLException - SQL exceptionprotected abstract Object getSmallintValue(ResultSet resultSet, int columnIndex) throws SQLException
resultSet - result setcolumnIndex - column indexSQLException - sql exceptionprotected abstract Object getDateValue(ResultSet resultSet, int columnIndex) throws SQLException
resultSet - result setcolumnIndex - column indexSQLException - sql exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.