Uses of Interface
org.postgresql.core.BaseConnection
-
-
Uses of BaseConnection in org.postgresql.copy
Constructors in org.postgresql.copy with parameters of type BaseConnection Constructor Description CopyManager(BaseConnection connection)
-
Uses of BaseConnection in org.postgresql.fastpath
Constructors in org.postgresql.fastpath with parameters of type BaseConnection Constructor Description Fastpath(BaseConnection conn)
Deprecated.Initialises the fastpath system. -
Uses of BaseConnection in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement BaseConnection Modifier and Type Class Description class
PgConnection
Fields in org.postgresql.jdbc declared as BaseConnection Modifier and Type Field Description protected BaseConnection
AbstractBlobClob. conn
protected BaseConnection
PgArray. connection
A database connection.protected BaseConnection
PgResultSet. connection
protected BaseConnection
PgResultSetMetaData. connection
protected BaseConnection
PgStatement. connection
Methods in org.postgresql.jdbc that return BaseConnection Modifier and Type Method Description BaseConnection
PgStatement. getPGConnection()
Methods in org.postgresql.jdbc with parameters of type BaseConnection Modifier and Type Method Description protected TypeInfo
PgConnection. createTypeInfo(BaseConnection conn, int unknownLength)
Constructors in org.postgresql.jdbc with parameters of type BaseConnection Constructor Description AbstractBlobClob(BaseConnection conn, long 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)
TypeInfoCache(BaseConnection conn, int unknownLength)
-
Uses of BaseConnection in org.postgresql.largeobject
Constructors 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
Constructors 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 protected BaseConnection
AbstractCreateSlotBuilder. connection
Constructors 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
Constructors in org.postgresql.xa with parameters of type BaseConnection Constructor Description PGXAConnection(BaseConnection conn)
-