Uses of Interface
org.postgresql.core.BaseConnection
Packages that use BaseConnection
Package
Description
-
Uses of BaseConnection in org.postgresql.copy
Fields in org.postgresql.copy declared as BaseConnectionConstructors in org.postgresql.copy with parameters of type BaseConnection -
Uses of BaseConnection in org.postgresql.fastpath
Fields in org.postgresql.fastpath declared as BaseConnectionConstructors in org.postgresql.fastpath with parameters of type BaseConnectionModifierConstructorDescriptionFastpath
(BaseConnection conn) Deprecated.Initialises the fastpath system. -
Uses of BaseConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement BaseConnectionFields in org.postgresql.jdbc declared as BaseConnectionModifier and TypeFieldDescriptionprotected BaseConnection
AbstractBlobClob.conn
private final BaseConnection
PgSQLXML.conn
private final BaseConnection
TypeInfoCache.conn
protected BaseConnection
PgArray.connection
A database connection.private final BaseConnection
PgParameterMetaData.connection
protected final BaseConnection
PgResultSet.connection
protected final BaseConnection
PgResultSetMetaData.connection
Methods in org.postgresql.jdbc that return BaseConnectionModifier and TypeMethodDescriptionprivate BaseConnection
PgArray.getConnection()
PgStatement.getPGConnection()
Methods in org.postgresql.jdbc with parameters of type BaseConnectionModifier and TypeMethodDescriptionPgPreparedStatement.createParameterMetaData
(BaseConnection conn, int[] oids) protected TypeInfo
PgConnection.createTypeInfo
(BaseConnection conn, int unknownLength) private static <A> ArrayDecoding.ArrayDecoder<A>
ArrayDecoding.getDecoder
(int oid, BaseConnection connection) (package private) abstract Object
ArrayDecoding.AbstractObjectArrayDecoder.parseValue
(int length, ByteBuffer bytes, BaseConnection connection) (package private) abstract Object
ArrayDecoding.AbstractObjectStringArrayDecoder.parseValue
(String stringVal, BaseConnection connection) (package private) Object
ArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue
(int length, ByteBuffer bytes, BaseConnection connection) (package private) Object
ArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue
(String stringVal, BaseConnection connection) (package private) Object
ArrayDecoding.MappedTypeObjectArrayDecoder.parseValue
(int length, ByteBuffer bytes, BaseConnection connection) (package private) Object
ArrayDecoding.MappedTypeObjectArrayDecoder.parseValue
(String stringVal, BaseConnection connection) void
ArrayDecoding.AbstractObjectArrayDecoder.populateFromBinary
(A arr, int index, int count, ByteBuffer bytes, BaseConnection connection) void
ArrayDecoding.AbstractObjectStringArrayDecoder.populateFromBinary
(A arr, int index, int count, ByteBuffer bytes, BaseConnection connection) void
ArrayDecoding.ArrayDecoder.populateFromBinary
(A array, int index, int count, ByteBuffer bytes, BaseConnection connection) void
ArrayDecoding.AbstractObjectStringArrayDecoder.populateFromString
(A arr, List<String> strings, BaseConnection connection) void
ArrayDecoding.ArrayDecoder.populateFromString
(A array, List<String> strings, BaseConnection connection) static Object
ArrayDecoding.readBinaryArray
(int index, int count, byte[] bytes, BaseConnection connection) Reads binary representation of array into object model.static Object
ArrayDecoding.readStringArray
(int index, int count, int oid, ArrayDecoding.PgArrayList list, BaseConnection connection) ReadsString
representation of array into object model.private static <A> void
ArrayDecoding.storeStringValues
(A[] array, ArrayDecoding.ArrayDecoder<A> decoder, List list, int[] dimensionLengths, int dim, BaseConnection connection) private static <A> void
ArrayDecoding.storeValues
(A[] array, ArrayDecoding.ArrayDecoder<A> decoder, ByteBuffer bytes, int skip, int[] dimensionLengths, int dim, BaseConnection connection) byte[]
ArrayEncoding.ArrayEncoder.toBinaryRepresentation
(BaseConnection connection, A array, int oid) Creates binary representation of the array.final byte[]
ArrayEncoding.FixedSizePrimitiveArrayEncoder.toBinaryRepresentation
(BaseConnection connection, A array, int oid) Creates binary representation of the array.final byte[]
ArrayEncoding.NumberArrayEncoder.toBinaryRepresentation
(BaseConnection connection, N[] array, int oid) Creates binary representation of the array.byte[]
ArrayEncoding.RecursiveArrayEncoder.toBinaryRepresentation
(BaseConnection connection, Object array, int oid) Creates binary representation of the array.byte[]
ArrayEncoding.TwoDimensionPrimitiveArrayEncoder.toBinaryRepresentation
(BaseConnection connection, A[] array, int oid) Creates binary representation of the array.(package private) abstract byte[]
ArrayEncoding.AbstractArrayEncoder.toSingleDimensionBinaryRepresentation
(BaseConnection connection, A array) Createsbyte[]
of just the raw data (no metadata).(package private) final byte[]
ArrayEncoding.FixedSizePrimitiveArrayEncoder.toSingleDimensionBinaryRepresentation
(BaseConnection connection, A array) Createsbyte[]
of just the raw data (no metadata).(package private) final byte[]
ArrayEncoding.NumberArrayEncoder.toSingleDimensionBinaryRepresentation
(BaseConnection connection, N[] array) Createsbyte[]
of just the raw data (no metadata).private void
ArrayEncoding.RecursiveArrayEncoder.writeArray
(BaseConnection connection, byte[] buffer, ByteArrayOutputStream baos, Object array, int depth, boolean first) Constructors in org.postgresql.jdbc with parameters of type BaseConnectionModifierConstructorDescriptionAbstractBlobClob
(BaseConnection conn, long oid) private
PgArray
(BaseConnection connection, int oid) PgArray
(BaseConnection connection, int oid, byte[] fieldBytes) Create a new Array.PgArray
(BaseConnection connection, int oid, String fieldString) Create a new Array.PgBlob
(BaseConnection conn, long oid) PgClob
(BaseConnection conn, long oid) PgParameterMetaData
(BaseConnection connection, int[] oids) PgResultSetMetaData
(BaseConnection connection, Field[] fields) Initialise for a result with a tuple set and a field descriptor setPgSQLXML
(BaseConnection conn) PgSQLXML
(BaseConnection conn, String data) private
PgSQLXML
(BaseConnection conn, String data, boolean initialized) TypeInfoCache
(BaseConnection conn, int unknownLength) -
Uses of BaseConnection in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as BaseConnectionModifier and TypeFieldDescriptionprivate BaseConnection
LargeObject.conn
private BaseConnection
LargeObjectManager.conn
Constructors in org.postgresql.largeobject with parameters of type BaseConnectionModifierConstructorDescriptionprotected
LargeObject
(Fastpath fp, long oid, int mode, BaseConnection conn, boolean commitOnClose) This opens a large object.Constructs the LargeObject API. -
Uses of BaseConnection in org.postgresql.replication
Fields in org.postgresql.replication declared as BaseConnectionModifier and TypeFieldDescriptionprivate final BaseConnection
PGReplicationConnectionImpl.connection
Constructors in org.postgresql.replication with parameters of type BaseConnection -
Uses of BaseConnection in org.postgresql.replication.fluent
Fields in org.postgresql.replication.fluent declared as BaseConnectionModifier and TypeFieldDescriptionprivate final BaseConnection
ReplicationCreateSlotBuilder.baseConnection
private final BaseConnection
ReplicationStreamBuilder.baseConnection
protected BaseConnection
AbstractCreateSlotBuilder.connection
Constructors in org.postgresql.replication.fluent with parameters of type BaseConnectionModifierConstructorDescriptionprotected
AbstractCreateSlotBuilder
(BaseConnection connection) ReplicationCreateSlotBuilder
(BaseConnection baseConnection) ReplicationStreamBuilder
(BaseConnection connection) -
Uses of BaseConnection in org.postgresql.replication.fluent.logical
Constructors in org.postgresql.replication.fluent.logical with parameters of type BaseConnection -
Uses of BaseConnection in org.postgresql.replication.fluent.physical
Constructors in org.postgresql.replication.fluent.physical with parameters of type BaseConnection -
Uses of BaseConnection in org.postgresql.xa
Fields in org.postgresql.xa declared as BaseConnectionModifier and TypeFieldDescriptionprivate final BaseConnection
PGXAConnection.conn
Underlying physical database connection.Constructors in org.postgresql.xa with parameters of type BaseConnection