| Constructor and Description |
|---|
AbstractRowReader(ReaderCollector readerCollector) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishUp(ResultSetProcessingContextImpl context,
List<AfterLoadAction> afterLoadActionList) |
protected abstract Object |
readLogicalRow(ResultSet resultSet,
ResultSetProcessingContextImpl context) |
Object |
readRow(ResultSet resultSet,
ResultSetProcessingContextImpl context) |
public AbstractRowReader(ReaderCollector readerCollector)
protected abstract Object readLogicalRow(ResultSet resultSet, ResultSetProcessingContextImpl context) throws SQLException
SQLExceptionpublic Object readRow(ResultSet resultSet, ResultSetProcessingContextImpl context) throws SQLException
readRow in interface RowReaderSQLExceptionpublic void finishUp(ResultSetProcessingContextImpl context, List<AfterLoadAction> afterLoadActionList)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.