Constructor and Description |
---|
CopyManager(BaseConnection connection) |
Constructor and Description |
---|
Fastpath(BaseConnection conn)
Deprecated.
Initialises the fastpath system.
|
Modifier and Type | Class and Description |
---|---|
class |
PgConnection |
Modifier and Type | Field and Description |
---|---|
protected BaseConnection |
AbstractBlobClob.conn |
protected BaseConnection |
PgStatement.connection |
protected BaseConnection |
PgArray.connection
A database connection.
|
protected BaseConnection |
PgResultSetMetaData.connection |
protected BaseConnection |
PgResultSet.connection |
Modifier and Type | Method and Description |
---|---|
BaseConnection |
PgStatement.getPGConnection() |
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
PgConnection.createTypeInfo(BaseConnection conn,
int unknownLength) |
Constructor and Description |
---|
AbstractBlobClob(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 set
|
PgSQLXML(BaseConnection conn) |
PgSQLXML(BaseConnection conn,
String data) |
TypeInfoCache(BaseConnection conn,
int unknownLength) |
Constructor and Description |
---|
LargeObject(Fastpath fp,
long oid,
int mode,
BaseConnection conn,
boolean commitOnClose)
This opens a large object.
|
LargeObjectManager(BaseConnection conn)
Constructs the LargeObject API.
|
Constructor and Description |
---|
PGReplicationConnectionImpl(BaseConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected BaseConnection |
AbstractCreateSlotBuilder.connection |
Constructor and Description |
---|
AbstractCreateSlotBuilder(BaseConnection connection) |
ReplicationCreateSlotBuilder(BaseConnection baseConnection) |
ReplicationStreamBuilder(BaseConnection connection) |
Constructor and Description |
---|
LogicalCreateSlotBuilder(BaseConnection connection) |
Constructor and Description |
---|
PhysicalCreateSlotBuilder(BaseConnection connection) |
Constructor and Description |
---|
PGXAConnection(BaseConnection conn) |
Copyright © 2020 PostgreSQL Global Development Group. All rights reserved.