Package org.postgresql.pljava.jdbc

Class Summary

AbstractResultSet The AbstractResultSet serves as a base class for implementations of thejava.sql.ResultSet 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
SingleRowReader A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later).
SingleRowResultSet A single row ResultSet
SingleRowWriter A single row, updateable ResultSet, specially made for functions and procedures that returns complex types or sets.
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
StatementClosedException
SyntheticResultSet A Synthetic ResultSet that provides direct access to data stored in a java.util.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.
UnsupportedFeatureException

Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in
COPYRIGHT