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