Package org.gjt.rec.jdbc

Interface Summary
QueryResult Represents a single row of a query result set.
 

Class Summary
AbstractResultSet An abstract implementation of the ResultSet interface that throws unsupported operation exceptions in every method implementation allowing derived classes to implement as many or as few of the ResultSet methods as desired.
AbstractResultSetMetaData An abstract implementation of the ResultSetMetaData interface that throws unsupported operation exceptions in every method implementation allowing derived classes to implement as many or as few of the ResultSetMetaData methods as desired.
QueryResults A disconnected JDBC result set.
QueryResults.QueryResultImpl The implementation of QueryResult.