Constructor | Description |
---|---|
CopyManager(BaseConnection connection) |
Constructor | Description |
---|---|
Fastpath(BaseConnection conn) |
Initialises the fastpath system
|
Modifier and Type | Class | Description |
---|---|---|
class |
PgConnection |
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 |
Modifier and Type | Method | Description |
---|---|---|
BaseConnection |
PgStatement.getPGConnection() |
Modifier and Type | Method | Description |
---|---|---|
protected TypeInfo |
PgConnection.createTypeInfo(BaseConnection conn,
int unknownLength) |
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) |
|
PgSQLXML(BaseConnection conn) |
|
PgSQLXML(BaseConnection conn,
java.lang.String data) |
|
TypeInfoCache(BaseConnection conn,
int unknownLength) |
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.
|
Constructor | Description |
---|---|
PGReplicationConnectionImpl(BaseConnection connection) |
Constructor | Description |
---|---|
ReplicationCreateSlotBuilder(BaseConnection baseConnection) |
|
ReplicationStreamBuilder(BaseConnection connection) |
Constructor | Description |
---|---|
LogicalCreateSlotBuilder(BaseConnection connection) |
Constructor | Description |
---|---|
PhysicalCreateSlotBuilder(BaseConnection connection) |
Constructor | Description |
---|---|
PGXAConnection(BaseConnection conn) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.