public final class OpenGuassQueryResultDataRowLoader extends AbstractQueryResultDataRowLoader
| Constructor and Description |
|---|
OpenGuassQueryResultDataRowLoader() |
| 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() |
loadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected 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()
Copyright © 2023 The Apache Software Foundation. All rights reserved.