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