public abstract static class Session.AbstractResultSetReader extends Object implements Session.ResultSetReader
ResultSetMetaData.| Constructor and Description |
|---|
Session.AbstractResultSetReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Does nothing.
|
protected CellContentConverter |
getCellContentConverter(ResultSet resultSet,
Session session,
DBMS targetDBMSConfiguration)
Gets and cache CellContentConverter for the result set.
|
protected ResultSetMetaData |
getMetaData(ResultSet resultSet)
Gets and cache meta data of a result set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadCurrentRowprotected ResultSetMetaData getMetaData(ResultSet resultSet) throws SQLException
resultSet - SQLExceptionprotected CellContentConverter getCellContentConverter(ResultSet resultSet, Session session, DBMS targetDBMSConfiguration) throws SQLException
resultSet - SQLExceptionpublic void close()
throws SQLException
close in interface Session.ResultSetReaderSQLException