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

Packages that use ObjectResultSet
Package
Description
PL/Java's specialized JDBC implementation that interacts directly with the backend over SPI.
  • Uses of ObjectResultSet in org.postgresql.pljava.jdbc

    Modifier and Type
    Class
    Description
    class 
    Implements all methods that change the ResultSet in any way as methods that yield an UnsupportedFeatureException.
    class 
    Provides methods that are common both for a SyntheticResultSet (which is not associated with a statement) and SPIResultSet.
    class 
    A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later).
    class 
    A single row ResultSet
    class 
    A single row, updateable ResultSet, specially made for functions and procedures that returns complex types or sets.
    class 
    A Read-only ResultSet that provides direct access to a Portal.
    class 
    Implements the SQLInput interface for a user-defined type (UDT) implemented in Java, for the case where a composite type in PostgreSQL is used as the UDT's representation, so it can be accessed as a PG tuple.
    class 
    A Synthetic ResultSet that provides direct access to data stored in a ArrayList; chiefly used to return tabular information from ...MetaData objects.
    class 
    A single row, updateable ResultSet specially made for triggers.