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