pljava 1.0.0

Uses of Package
org.postgresql.pljava.internal

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

Classes in org.postgresql.pljava.internal used by org.postgresql.pljava.internal
AclId
          The AclId correspons to the internal PostgreSQL AclId.
ExecutionPlan
          The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
NativeStruct
          The NativeStruct maintains a pointer to a piece of memory allocated with a life cycle that spans a call from the PostgreSQL function manager (using palloc()).
Oid
          The Oid correspons to the internal PostgreSQL Oid.
Portal
          The Portal correspons to the internal PostgreSQL Portal type.
Relation
          The Relation correspons to the internal PostgreSQL Relation.
SPITupleTable
          The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTableSlot
          The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
 

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.
Oid
          The Oid correspons to the internal PostgreSQL Oid.
Portal
          The Portal correspons to the internal PostgreSQL Portal type.
SPITupleTable
          The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTableSlot
          The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
 

Classes in org.postgresql.pljava.internal used by org.postgresql.pljava.management
Oid
          The Oid correspons to the internal PostgreSQL Oid.
 


pljava 1.0.0