Uses of Interface
org.postgresql.pljava.ResultSetHandle

Packages that use ResultSetHandle
org.postgresql.pljava.example   
org.postgresql.pljava.internal   
 

Uses of ResultSetHandle in org.postgresql.pljava.example
 

Classes in org.postgresql.pljava.example that implement ResultSetHandle
 class SetOfRecordTest
           
 class Users
           
 class UsingPropertiesAsResultSet
          This implementation uses another function that returns a set of a complex type and returns the ResultSet produced by a query.
 

Methods in org.postgresql.pljava.example that return ResultSetHandle
static ResultSetHandle SetOfRecordTest.executeSelect(String selectSQL)
           
static ResultSetHandle UsingPropertiesAsResultSet.getProperties()
           
static ResultSetHandle Users.listNonSupers()
           
static ResultSetHandle Users.listSupers()
           
 

Uses of ResultSetHandle in org.postgresql.pljava.internal
 

Constructors in org.postgresql.pljava.internal with parameters of type ResultSetHandle
ResultSetPicker(ResultSetHandle resultSetHandle)