Uses of Package
org.postgresql.pljava.internal

Packages that use org.postgresql.pljava.internal
org.postgresql.pljava.internal   
org.postgresql.pljava.jdbc   
 

Classes in org.postgresql.pljava.internal used by org.postgresql.pljava.internal
AclId
          The AclId correspons to the internal PostgreSQL AclId.
ErrorData
          The ErrorData correspons to the ErrorData obtained using an internal PostgreSQL CopyErrorData call.
ExecutionPlan
          The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
JavaWrapper
           
LargeObject
          The LargeObject correspons to the internal PostgreSQL LargeObjectDesc.
Oid
          The Oid correspons to the internal PostgreSQL Oid.
PgSavepoint
           
Portal
          The Portal correspons to the internal PostgreSQL Portal type.
Relation
          The Relation correspons to the internal PostgreSQL Relation.
Session
          An instance of this interface reflects the current session.
TransactionalMap.KeyIterator
           
Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTable
          The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
 

Classes in org.postgresql.pljava.internal used by org.postgresql.pljava.jdbc
ExecutionPlan
          The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
JavaWrapper
           
Oid
          The Oid correspons to the internal PostgreSQL Oid.
Portal
          The Portal correspons to the internal PostgreSQL Portal type.
Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTable
          The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.