Uses of Interface
org.postgresql.core.BaseConnection
-
-
Uses of BaseConnection in org.postgresql.copy
Fields in org.postgresql.copy declared as BaseConnection Modifier and Type Field Description private BaseConnectionCopyManager. connectionConstructors in org.postgresql.copy with parameters of type BaseConnection Constructor Description CopyManager(BaseConnection connection) -
Uses of BaseConnection in org.postgresql.fastpath
Fields in org.postgresql.fastpath declared as BaseConnection Modifier and Type Field Description private BaseConnectionFastpath. connectionConstructors in org.postgresql.fastpath with parameters of type BaseConnection Constructor Description Fastpath(BaseConnection conn)Initialises the fastpath system. -
Uses of BaseConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement BaseConnection Modifier and Type Class Description classPgConnectionFields in org.postgresql.jdbc declared as BaseConnection Modifier and Type Field Description protected BaseConnectionAbstractBlobClob. connprivate BaseConnectionPgSQLXML. connprivate BaseConnectionTypeInfoCache. connprotected BaseConnectionPgArray. connectionA database connection.private BaseConnectionPgParameterMetaData. connectionprotected BaseConnectionPgResultSet. connectionprotected BaseConnectionPgResultSetMetaData. connectionMethods in org.postgresql.jdbc that return BaseConnection Modifier and Type Method Description private BaseConnectionPgArray. getConnection()BaseConnectionPgStatement. getPGConnection()Methods in org.postgresql.jdbc with parameters of type BaseConnection Modifier and Type Method Description java.sql.ParameterMetaDataPgPreparedStatement. 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 java.lang.ObjectArrayDecoding.AbstractObjectArrayDecoder. parseValue(int length, java.nio.ByteBuffer bytes, BaseConnection connection)(package private) abstract java.lang.ObjectArrayDecoding.AbstractObjectStringArrayDecoder. parseValue(java.lang.String stringVal, BaseConnection connection)(package private) java.lang.ObjectArrayDecoding.ArrayAssistantObjectArrayDecoder. parseValue(int length, java.nio.ByteBuffer bytes, BaseConnection connection)(package private) java.lang.ObjectArrayDecoding.ArrayAssistantObjectArrayDecoder. parseValue(java.lang.String stringVal, BaseConnection connection)(package private) java.lang.ObjectArrayDecoding.MappedTypeObjectArrayDecoder. parseValue(int length, java.nio.ByteBuffer bytes, BaseConnection connection)(package private) java.lang.ObjectArrayDecoding.MappedTypeObjectArrayDecoder. parseValue(java.lang.String stringVal, BaseConnection connection)voidArrayDecoding.AbstractObjectArrayDecoder. populateFromBinary(A arr, int index, int count, java.nio.ByteBuffer bytes, BaseConnection connection)voidArrayDecoding.AbstractObjectStringArrayDecoder. populateFromBinary(A arr, int index, int count, java.nio.ByteBuffer bytes, BaseConnection connection)voidArrayDecoding.ArrayDecoder. populateFromBinary(A array, int index, int count, java.nio.ByteBuffer bytes, BaseConnection connection)voidArrayDecoding.AbstractObjectStringArrayDecoder. populateFromString(A arr, java.util.List<java.lang.String> strings, BaseConnection connection)voidArrayDecoding.ArrayDecoder. populateFromString(A array, java.util.List<java.lang.String> strings, BaseConnection connection)static java.lang.ObjectArrayDecoding. readBinaryArray(int index, int count, byte[] bytes, BaseConnection connection)Reads binary representation of array into object model.static java.lang.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, java.util.List list, int[] dimensionLengths, int dim, BaseConnection connection)private static <A> voidArrayDecoding. storeValues(A[] array, ArrayDecoding.ArrayDecoder<A> decoder, java.nio.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.byte[]ArrayEncoding.FixedSizePrimitiveArrayEncoder. toBinaryRepresentation(BaseConnection connection, A array, int oid)Creates binary representation of the array.byte[]ArrayEncoding.NumberArrayEncoder. toBinaryRepresentation(BaseConnection connection, N[] array, int oid)Creates binary representation of the array.byte[]ArrayEncoding.RecursiveArrayEncoder. toBinaryRepresentation(BaseConnection connection, java.lang.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) byte[]ArrayEncoding.FixedSizePrimitiveArrayEncoder. toSingleDimensionBinaryRepresentation(BaseConnection connection, A array)Createsbyte[]of just the raw data (no metadata).(package private) byte[]ArrayEncoding.NumberArrayEncoder. toSingleDimensionBinaryRepresentation(BaseConnection connection, N[] array)Createsbyte[]of just the raw data (no metadata).private voidArrayEncoding.RecursiveArrayEncoder. writeArray(BaseConnection connection, byte[] buffer, java.io.ByteArrayOutputStream baos, java.lang.Object array, int depth, boolean first)Constructors in org.postgresql.jdbc with parameters of type BaseConnection Constructor Description AbstractBlobClob(BaseConnection conn, long oid)PgArray(BaseConnection connection, int oid)PgArray(BaseConnection connection, int oid, byte[] fieldBytes)Create a new Array.PgArray(BaseConnection connection, int oid, java.lang.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, java.lang.String data)PgSQLXML(BaseConnection conn, java.lang.String data, boolean initialized)TypeInfoCache(BaseConnection conn, int unknownLength) -
Uses of BaseConnection in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as BaseConnection Modifier and Type Field Description private BaseConnectionLargeObject. connprivate BaseConnectionLargeObjectManager. connConstructors in org.postgresql.largeobject with parameters of type BaseConnection Constructor Description LargeObject(Fastpath fp, long oid, int mode, BaseConnection conn, boolean commitOnClose)This opens a large object.LargeObjectManager(BaseConnection conn)Constructs the LargeObject API. -
Uses of BaseConnection in org.postgresql.replication
Fields in org.postgresql.replication declared as BaseConnection Modifier and Type Field Description private BaseConnectionPGReplicationConnectionImpl. connectionConstructors in org.postgresql.replication with parameters of type BaseConnection Constructor Description PGReplicationConnectionImpl(BaseConnection connection) -
Uses of BaseConnection in org.postgresql.replication.fluent
Fields in org.postgresql.replication.fluent declared as BaseConnection Modifier and Type Field Description private BaseConnectionReplicationCreateSlotBuilder. baseConnectionprivate BaseConnectionReplicationStreamBuilder. baseConnectionprotected BaseConnectionAbstractCreateSlotBuilder. connectionConstructors in org.postgresql.replication.fluent with parameters of type BaseConnection Constructor Description 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 Constructor Description LogicalCreateSlotBuilder(BaseConnection connection) -
Uses of BaseConnection in org.postgresql.replication.fluent.physical
Constructors in org.postgresql.replication.fluent.physical with parameters of type BaseConnection Constructor Description PhysicalCreateSlotBuilder(BaseConnection connection) -
Uses of BaseConnection in org.postgresql.xa
Fields in org.postgresql.xa declared as BaseConnection Modifier and Type Field Description private BaseConnectionPGXAConnection. connUnderlying physical database connection.Constructors in org.postgresql.xa with parameters of type BaseConnection Constructor Description PGXAConnection(BaseConnection conn)
-