Uses of Class
org.postgresql.pljava.jdbc.ObjectResultSet

Packages that use ObjectResultSet
org.postgresql.pljava.jdbc   
 

Uses of ObjectResultSet in org.postgresql.pljava.jdbc
 

Subclasses of ObjectResultSet in org.postgresql.pljava.jdbc
 class ReadOnlyResultSet
          The ReadOnlyResultSet implements all methods that changes the ResultSet in any way as methods that yield an UnsupportedFeatureException.
 class SingleRowResultSet
          A single row ResultSet
 class SingleRowWriter
          A single row, updateable ResultSet, specially made for functions and procedures that returns complex types or sets.
 class SingleTupleReader
          A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later).
 class SPIResultSet
          A Read-only ResultSet that provides direct access to a Portal.
 class SyntheticResultSet
          A Synthetic ResultSet that provides direct access to data stored in a ArrayList.
 class TriggerResultSet
          A single row, updateable ResultSet specially made for triggers.