|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AbstractResultSet | The AbstractResultSet serves as a base class for implementations
of theResultSet interface. |
AbstractResultSetMetaData | Implementation of ResultSetMetaData for SyntheticResultSet |
BlobValue | |
BuiltinFunctions | PostgreSQL builtin functions |
ClobValue | |
Invocation | |
ObjectResultSet | |
ReadOnlyResultSet | The ReadOnlyResultSet implements all methods that changes the ResultSet
in any way as methods that yield an UnsupportedFeatureException . |
ResultSetField | |
SingleRowResultSet | A single row ResultSet |
SingleRowWriter | A single row, updateable ResultSet, specially made for functions and procedures that returns complex types or sets. |
SingleTupleReader | A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later). |
SPIConnection | |
SPIDatabaseMetaData | |
SPIDriver | |
SPIParameterMetaData | |
SPIPreparedStatement | |
SPIResultSet | A Read-only ResultSet that provides direct access to a Portal . |
SPIResultSetMetaData | Implementation of ResultSetMetaData for SPIResultSet |
SPIStatement | |
SQLInputFromChunk | The SQLInputToChunk uses JNI to read from memory that has been allocated by the PostgreSQL backend. |
SQLInputFromTuple | A single row, updateable ResultSet specially made for triggers. |
SQLOutputToChunk | The SQLOutputToChunk uses JNI to build a PostgreSQL StringInfo buffer in memory. |
SQLOutputToTuple | |
SQLUtils | Helpful utility commands when dealing with JDBC |
SyntheticResultSet | A Synthetic ResultSet that provides direct access to data stored
in a ArrayList . |
SyntheticResultSetMetaData | Implementation of ResultSetMetaData for SyntheticResultSet |
TriggerResultSet | A single row, updateable ResultSet specially made for triggers. |
TypeOid | Provides constants for well-known backend OIDs for the types we commonly use. |
Exception Summary | |
---|---|
StatementClosedException | |
UnsupportedFeatureException |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |