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 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
protected final BaseConnection
PgStatement.connection
Methods in org.postgresql.jdbc that return BaseConnectionMethods in org.postgresql.jdbc with parameters of type BaseConnectionModifier and TypeMethodDescriptionPgPreparedStatement.createParameterMetaData
(BaseConnection conn, int[] oids) protected TypeInfo
PgConnection.createTypeInfo
(BaseConnection conn, int unknownLength) 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 BaseConnectionConstructors 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