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

Packages that use SingleRowResultSet
org.postgresql.pljava.jdbc   
 

Uses of SingleRowResultSet in org.postgresql.pljava.jdbc
 

Subclasses of SingleRowResultSet in org.postgresql.pljava.jdbc
 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 TriggerResultSet
          A single row, updateable ResultSet specially made for triggers.