AclId |
The AclId correspons to the internal PostgreSQL AclId .
|
ByteBufferInputStream |
|
ByteBufferXMLReader |
|
Checked |
Functional interfaces handling checked exceptions.
|
Checked.AutoCloseable |
|
Checked.BiConsumer |
Like BiConsumer but with a body that can
throw checked exceptions.
|
Checked.BooleanConsumer |
Represents an operation that accepts a single boolean-valued argument
and can throw checked exceptions.
|
Checked.BooleanSupplier |
|
Checked.ByteConsumer |
Represents an operation that accepts a single byte-valued argument
and can throw checked exceptions.
|
Checked.ByteSupplier |
A supplier of byte-valued results, with a body that can
throw checked exceptions.
|
Checked.CharConsumer |
Represents an operation that accepts a single char-valued argument
and can throw checked exceptions.
|
Checked.CharSupplier |
A supplier of char-valued results, with a body that can
throw checked exceptions.
|
Checked.Closing |
A class that can supply a T while also implementing
AutoCloseable<E> ; suitable for use in a
try -with-resources to wrap some value that does not itself
implement AutoCloseable .
|
Checked.Consumer |
Like Consumer but with a body that can
throw checked exceptions.
|
Checked.DoubleConsumer |
Like DoubleConsumer but with a body that can
throw checked exceptions.
|
Checked.DoubleSupplier |
Like DoubleSupplier but with a body that can
throw checked exceptions.
|
Checked.FloatConsumer |
Represents an operation that accepts a single float-valued argument
and can throw checked exceptions.
|
Checked.FloatSupplier |
A supplier of float-valued results, with a body that can
throw checked exceptions.
|
Checked.Function |
Like Function but with a body that can throw
checked exceptions.
|
Checked.IntConsumer |
Like IntConsumer but with a body that can
throw checked exceptions.
|
Checked.IntSupplier |
Like IntSupplier but with a body that can
throw checked exceptions.
|
Checked.LongConsumer |
Like LongConsumer but with a body that can
throw checked exceptions.
|
Checked.LongSupplier |
Like LongSupplier but with a body that can
throw checked exceptions.
|
Checked.OptionalBase |
Head of a family of Optional -like types
covering the Java primitives that the java.util.Optional...
classes do not cover, and whose methods that expect functional interfaces
will accept the checked-exception versions declared here.
|
Checked.OptionalBoolean |
A container object which may or may not contain a boolean value.
|
Checked.OptionalByte |
A container object which may or may not contain a byte value.
|
Checked.OptionalChar |
A container object which may or may not contain a char value.
|
Checked.OptionalFloat |
A container object which may or may not contain a float value.
|
Checked.OptionalShort |
A container object which may or may not contain a short value.
|
Checked.Predicate |
Like Predicate but with a body that can
throw checked exceptions.
|
Checked.Runnable |
Like Runnable but with a body that can throw checked
exceptions.
|
Checked.ShortConsumer |
Represents an operation that accepts a single short-valued argument
and can throw checked exceptions.
|
Checked.ShortSupplier |
A supplier of short-valued results, with a body that can
throw checked exceptions.
|
Checked.Supplier |
Like Supplier but with a body that can throw
checked exceptions.
|
Checked.ToByteFunction |
Represents a function that produces a byte-valued result and can
throw checked exceptions.
|
Checked.ToCharFunction |
Represents a function that produces a char-valued result and can
throw checked exceptions.
|
Checked.ToDoubleFunction |
|
Checked.ToFloatFunction |
Represents a function that produces a float-valued result and can
throw checked exceptions.
|
Checked.ToIntFunction |
Like ToIntFunction but with a body that can
throw checked exceptions.
|
Checked.ToLongFunction |
Like ToLongFunction but with a body that can
throw checked exceptions.
|
Checked.ToShortFunction |
Represents a function that produces a short-valued result and can
throw checked exceptions.
|
DualState |
Base class for object state with corresponding Java and native components.
|
DualState.Key |
Magic cookie needed as a constructor parameter to confirm that
DualState subclass instances are being constructed from
native code.
|
DualState.SingleGuardedLong |
A DualState subclass serving only to guard access to a single
nonzero long value (typically a native pointer).
|
ErrorData |
The ErrorData correspons to the ErrorData obtained
using an internal PostgreSQL CopyErrorData call.
|
ExecutionPlan |
The ExecutionPlan corresponds to the execution plan obtained
using an internal PostgreSQL SPI_prepare call.
|
Oid |
The Oid correspons to the internal PostgreSQL Oid .
|
PgSavepoint |
Implementation of Savepoint for the SPI connection.
|
Portal |
The Portal correspons to the internal PostgreSQL
Portal type.
|
Relation |
The Relation correspons to the internal PostgreSQL
Relation .
|
Session |
An instance of this interface reflects the current session.
|
SyntheticXMLReader |
Base class implementing the tedious parts of a SAX XMLReader whose
XML content is synthesized on the fly.
|
SyntheticXMLReader.ApacheFeature |
|
SyntheticXMLReader.EventCarrier |
Base class for a closure carrying one or more SAX events.
|
SyntheticXMLReader.FluentAttributes2 |
Subclass of Attributes2Impl that also provides chainable methods
so attribute information can be supplied in a fluent style.
|
SyntheticXMLReader.SAX2FEATURE |
|
SyntheticXMLReader.SAX2PROPERTY |
|
TransactionalMap.KeyIterator |
Deprecated, for removal: This API element is subject to removal in a future version.
|
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.
|
VarlenaWrapper |
Interface that wraps a PostgreSQL native variable-length ("varlena") datum;
implementing classes present an existing one to Java as a readable
InputStream , or allow a new one to be constructed by presenting a
writable OutputStream .
|
VarlenaWrapper.Input |
A class by which Java reads the content of a varlena.
|
VarlenaWrapper.Verifier |
A Verifier verifies the proper form of content written to a
VarlenaWrapper.Output .
|