Uses of Interface
org.postgresql.core.BaseConnection
Packages that use BaseConnection
Package
Description
-
Uses of BaseConnection in org.postgresql.copy
Constructors in org.postgresql.copy with parameters of type BaseConnection -
Uses of BaseConnection in org.postgresql.fastpath
Constructors 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 BaseConnectionAbstractBlobClob.connprotected BaseConnectionPgArray.connectionA database connection.protected final BaseConnectionPgResultSet.connectionprotected final BaseConnectionPgResultSetMetaData.connectionMethods in org.postgresql.jdbc that return BaseConnectionMethods in org.postgresql.jdbc with parameters of type BaseConnectionModifier and TypeMethodDescriptionprotected TypeInfoPgConnection.createTypeInfo(BaseConnection conn, int unknownLength) Constructors in org.postgresql.jdbc with parameters of type BaseConnectionModifierConstructorDescriptionAbstractBlobClob(BaseConnection conn, long 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) TypeInfoCache(BaseConnection conn, int unknownLength) -
Uses of BaseConnection in org.postgresql.largeobject
Constructors 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
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 BaseConnectionConstructors 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
Constructors in org.postgresql.xa with parameters of type BaseConnection