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, waitreadCurrentRowprotected java.sql.ResultSetMetaData getMetaData(java.sql.ResultSet resultSet)
throws java.sql.SQLException
resultSet - java.sql.SQLExceptionprotected CellContentConverter getCellContentConverter(java.sql.ResultSet resultSet, Session session, DBMS targetDBMSConfiguration) throws java.sql.SQLException
resultSet - java.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
close in interface Session.ResultSetReaderjava.sql.SQLExceptionpublic void init(java.sql.ResultSet resultSet)
throws java.sql.SQLException
resultSet - the result set to read.java.sql.SQLException