pljava 1.0.0

Uses of Class
org.postgresql.pljava.internal.NativeStruct

Packages that use NativeStruct
org.postgresql.pljava.internal   
 

Uses of NativeStruct in org.postgresql.pljava.internal
 

Subclasses of NativeStruct in org.postgresql.pljava.internal
 class ExecutionPlan
          The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
 class Portal
          The Portal correspons to the internal PostgreSQL Portal type.
 class Relation
          The Relation correspons to the internal PostgreSQL Relation.
 class SPI
          The SPI class provides access to some global variables used by SPI.
 class SPITupleTable
          The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
 class TriggerData
          The TriggerData correspons to the internal PostgreSQL TriggerData.
 class Tuple
          The Tuple correspons to the internal PostgreSQL HeapTuple.
 class TupleDesc
          The TupleDesc correspons to the internal PostgreSQL TupleDesc.
 class TupleTable
          The TupleTable correspons to the internal PostgreSQL TupleTable type.
 class TupleTableSlot
          The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
 


pljava 1.0.0