public static interface Session.ResultSetReader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Finalizes reading.
|
void |
readCurrentRow(ResultSet resultSet)
Reads current row of a result-set.
|
void readCurrentRow(ResultSet resultSet) throws SQLException
resultSet - the result-setSQLExceptionvoid close()
throws SQLException
SQLException