public final class DefaultQueryResultDataRowLoader extends AbstractQueryResultDataRowLoader
| Constructor and Description |
|---|
DefaultQueryResultDataRowLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getDateValue(ResultSet resultSet,
int columnIndex)
Get date value from result set.
|
protected Object |
getSmallintValue(ResultSet resultSet,
int columnIndex)
Get smallint value from result set.
|
String |
getType() |
boolean |
isDefault() |
loadprotected Object getSmallintValue(ResultSet resultSet, int columnIndex) throws SQLException
AbstractQueryResultDataRowLoadergetSmallintValue in class AbstractQueryResultDataRowLoaderresultSet - result setcolumnIndex - column indexSQLException - sql exceptionprotected Object getDateValue(ResultSet resultSet, int columnIndex) throws SQLException
AbstractQueryResultDataRowLoadergetDateValue in class AbstractQueryResultDataRowLoaderresultSet - result setcolumnIndex - column indexSQLException - sql exceptionpublic String getType()
public boolean isDefault()
Copyright © 2023 The Apache Software Foundation. All rights reserved.