pljava 1.0.0

Package org.postgresql.pljava.internal

Class Summary
AclId The AclId correspons to the internal PostgreSQL AclId.
Backend Provides access to some useful routines in the PostgreSQL server.
ELogFormatter A default formatter for the ELogHandler.
ELogHandler Provides access to the loggin mechanism of the PostgreSQL server.
ExecutionPlan The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
LoggerConfigurator Provides access to the loggin mechanism of the PostgreSQL server.
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.
SPI The SPI class provides access to some global variables used by SPI.
SPITupleTable The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
TriggerData The TriggerData correspons to the internal PostgreSQL TriggerData.
Tuple The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTable The TupleTable correspons to the internal PostgreSQL TupleTable type.
TupleTableSlot The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
 

Exception Summary
SPIException  
 


pljava 1.0.0