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
SQLException
public Object readRow(ResultSet resultSet, ResultSetProcessingContextImpl context) throws SQLException
readRow
in interface RowReader
SQLException
public void finishUp(ResultSetProcessingContextImpl context, List<AfterLoadAction> afterLoadActionList)
Copyright © 2017 JBoss by Red Hat. All rights reserved.