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

Packages that use ReadOnlyResultSet
org.postgresql.pljava.jdbc   
 

Uses of ReadOnlyResultSet in org.postgresql.pljava.jdbc
 

Subclasses of ReadOnlyResultSet in org.postgresql.pljava.jdbc
 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.