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. |
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. |
HeapTupleHeader |
The HeapTupleHeader correspons to the internal PostgreSQL
HeapTupleHeader struct. |
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 . |
ResultSetPicker |
|
Session |
An instance of this interface reflects the current session. |
SPI |
The SPI class provides access to some global
variables used by SPI. |
TransactionalMap |
A TransactionalMap acts as a modifiable front for a backing map. |
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 SPITupleTable correspons to the internal PostgreSQL
SPITupleTable type. |