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 BaseConnection -
Uses of BaseConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement BaseConnectionFields in org.postgresql.jdbc declared as BaseConnectionModifier and TypeFieldDescriptionprotected BaseConnectionAbstractBlobClob.connprivate final BaseConnectionPgSQLXML.connprivate final BaseConnectionTypeInfoCache.connprotected BaseConnectionPgArray.connectionA database connection.private final BaseConnectionPgParameterMetaData.connectionprotected final BaseConnectionPgResultSet.connectionprotected final BaseConnectionPgResultSetMetaData.connectionMethods in org.postgresql.jdbc that return BaseConnectionModifier and TypeMethodDescriptionprivate BaseConnectionPgArray.getConnection()PgStatement.getPGConnection()Methods in org.postgresql.jdbc with parameters of type BaseConnectionModifier and TypeMethodDescriptionPgPreparedStatement.createParameterMetaData(BaseConnection conn, int[] oids) protected TypeInfoPgConnection.createTypeInfo(BaseConnection conn, int unknownLength) private static <A> ArrayDecoding.ArrayDecoder<A> ArrayDecoding.getDecoder(int oid, BaseConnection connection) (package private) abstract ObjectArrayDecoding.AbstractObjectArrayDecoder.parseValue(int length, ByteBuffer bytes, BaseConnection connection) (package private) abstract ObjectArrayDecoding.AbstractObjectStringArrayDecoder.parseValue(String stringVal, BaseConnection connection) (package private) ObjectArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue(int length, ByteBuffer bytes, BaseConnection connection) (package private) ObjectArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue(String stringVal, BaseConnection connection) (package private) ObjectArrayDecoding.MappedTypeObjectArrayDecoder.parseValue(int length, ByteBuffer bytes, BaseConnection connection) (package private) ObjectArrayDecoding.MappedTypeObjectArrayDecoder.parseValue(String stringVal, BaseConnection connection) voidArrayDecoding.AbstractObjectArrayDecoder.populateFromBinary(A arr, int index, int count, ByteBuffer bytes, BaseConnection connection) voidArrayDecoding.AbstractObjectStringArrayDecoder.populateFromBinary(A arr, int index, int count, ByteBuffer bytes, BaseConnection connection) voidArrayDecoding.ArrayDecoder.populateFromBinary(A array, int index, int count, ByteBuffer bytes, BaseConnection connection) voidArrayDecoding.AbstractObjectStringArrayDecoder.populateFromString(A arr, List<String> strings, BaseConnection connection) voidArrayDecoding.ArrayDecoder.populateFromString(A array, List<String> strings, BaseConnection connection) static ObjectArrayDecoding.readBinaryArray(int index, int count, byte[] bytes, BaseConnection connection) Reads binary representation of array into object model.static ObjectArrayDecoding.readStringArray(int index, int count, int oid, ArrayDecoding.PgArrayList list, BaseConnection connection) ReadsStringrepresentation of array into object model.private static <A> voidArrayDecoding.storeStringValues(A[] array, ArrayDecoding.ArrayDecoder<A> decoder, List list, int[] dimensionLengths, int dim, BaseConnection connection) private static <A> voidArrayDecoding.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 voidArrayEncoding.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) privatePgArray(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) privatePgSQLXML(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 BaseConnectionLargeObject.connprivate BaseConnectionLargeObjectManager.connConstructors in org.postgresql.largeobject with parameters of type BaseConnectionModifierConstructorDescriptionprotectedLargeObject(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 BaseConnectionPGReplicationConnectionImpl.connectionConstructors 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 BaseConnectionReplicationCreateSlotBuilder.baseConnectionprivate final BaseConnectionReplicationStreamBuilder.baseConnectionprotected BaseConnectionAbstractCreateSlotBuilder.connectionConstructors in org.postgresql.replication.fluent with parameters of type BaseConnectionModifierConstructorDescriptionprotectedAbstractCreateSlotBuilder(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 BaseConnectionPGXAConnection.connUnderlying physical database connection.Constructors in org.postgresql.xa with parameters of type BaseConnection