Modifier and Type | Field and Description |
---|---|
private BaseConnection |
CopyManager.connection |
Constructor and Description |
---|
CopyManager(BaseConnection connection) |
Modifier and Type | Field and Description |
---|---|
private BaseConnection |
Fastpath.connection
Deprecated.
|
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 |
private BaseConnection |
TypeInfoCache.conn |
private BaseConnection |
PgSQLXML.conn |
protected BaseConnection |
PgStatement.connection |
protected BaseConnection |
PgResultSet.connection |
private BaseConnection |
PgParameterMetaData.connection |
protected BaseConnection |
PgArray.connection
A database connection.
|
protected BaseConnection |
PgResultSetMetaData.connection |
Modifier and Type | Method and Description |
---|---|
private BaseConnection |
PgArray.getConnection() |
BaseConnection |
PgStatement.getPGConnection() |
Modifier and Type | Method and Description |
---|---|
java.sql.ParameterMetaData |
PgPreparedStatement.createParameterMetaData(BaseConnection conn,
int[] oids) |
protected TypeInfo |
PgConnection.createTypeInfo(BaseConnection conn,
int unknownLength) |
private static <A> ArrayDecoding.ArrayDecoder<A> |
ArrayDecoding.getDecoder(int oid,
BaseConnection connection) |
(package private) abstract java.lang.Object |
ArrayDecoding.AbstractObjectArrayDecoder.parseValue(int length,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
(package private) java.lang.Object |
ArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue(int length,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
(package private) java.lang.Object |
ArrayDecoding.MappedTypeObjectArrayDecoder.parseValue(int length,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
(package private) abstract java.lang.Object |
ArrayDecoding.AbstractObjectStringArrayDecoder.parseValue(java.lang.String stringVal,
BaseConnection connection) |
(package private) java.lang.Object |
ArrayDecoding.ArrayAssistantObjectArrayDecoder.parseValue(java.lang.String stringVal,
BaseConnection connection) |
(package private) java.lang.Object |
ArrayDecoding.MappedTypeObjectArrayDecoder.parseValue(java.lang.String stringVal,
BaseConnection connection) |
void |
ArrayDecoding.ArrayDecoder.populateFromBinary(A array,
int index,
int count,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
void |
ArrayDecoding.AbstractObjectStringArrayDecoder.populateFromBinary(A arr,
int index,
int count,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
void |
ArrayDecoding.AbstractObjectArrayDecoder.populateFromBinary(A arr,
int index,
int count,
java.nio.ByteBuffer bytes,
BaseConnection connection) |
void |
ArrayDecoding.ArrayDecoder.populateFromString(A array,
java.util.List<java.lang.String> strings,
BaseConnection connection) |
void |
ArrayDecoding.AbstractObjectStringArrayDecoder.populateFromString(A arr,
java.util.List<java.lang.String> strings,
BaseConnection connection) |
static java.lang.Object |
ArrayDecoding.readBinaryArray(int index,
int count,
byte[] bytes,
BaseConnection connection)
Reads binary representation of array into object model.
|
static java.lang.Object |
ArrayDecoding.readStringArray(int index,
int count,
int oid,
ArrayDecoding.PgArrayList list,
BaseConnection connection)
Reads
String representation of array into object model. |
private static <A> void |
ArrayDecoding.storeStringValues(A[] array,
ArrayDecoding.ArrayDecoder<A> decoder,
java.util.List list,
int[] dimensionLengths,
int dim,
BaseConnection connection) |
private static <A> void |
ArrayDecoding.storeValues(A[] array,
ArrayDecoding.ArrayDecoder<A> decoder,
java.nio.ByteBuffer bytes,
int skip,
int[] dimensionLengths,
int dim,
BaseConnection connection) |
byte[] |
ArrayEncoding.TwoDimensionPrimitiveArrayEncoder.toBinaryRepresentation(BaseConnection connection,
A[] array,
int oid)
Creates binary representation of the array.
|
byte[] |
ArrayEncoding.ArrayEncoder.toBinaryRepresentation(BaseConnection connection,
A array,
int oid)
Creates binary representation of the array.
|
byte[] |
ArrayEncoding.FixedSizePrimitiveArrayEncoder.toBinaryRepresentation(BaseConnection connection,
A array,
int oid)
Creates binary representation of the array.
|
byte[] |
ArrayEncoding.NumberArrayEncoder.toBinaryRepresentation(BaseConnection connection,
N[] array,
int oid)
Creates binary representation of the array.
|
byte[] |
ArrayEncoding.RecursiveArrayEncoder.toBinaryRepresentation(BaseConnection connection,
java.lang.Object array,
int oid)
Creates binary representation of the array.
|
(package private) abstract byte[] |
ArrayEncoding.AbstractArrayEncoder.toSingleDimensionBinaryRepresentation(BaseConnection connection,
A array)
Creates
byte[] of just the raw data (no metadata). |
(package private) byte[] |
ArrayEncoding.FixedSizePrimitiveArrayEncoder.toSingleDimensionBinaryRepresentation(BaseConnection connection,
A array)
Creates
byte[] of just the raw data (no metadata). |
(package private) byte[] |
ArrayEncoding.NumberArrayEncoder.toSingleDimensionBinaryRepresentation(BaseConnection connection,
N[] array)
Creates
byte[] of just the raw data (no metadata). |
private void |
ArrayEncoding.RecursiveArrayEncoder.writeArray(BaseConnection connection,
byte[] buffer,
java.io.ByteArrayOutputStream baos,
java.lang.Object array,
int depth,
boolean first) |
Constructor and Description |
---|
AbstractBlobClob(BaseConnection conn,
long oid) |
PgArray(BaseConnection connection,
int 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 set
|
PgSQLXML(BaseConnection conn) |
PgSQLXML(BaseConnection conn,
java.lang.String data) |
PgSQLXML(BaseConnection conn,
java.lang.String data,
boolean initialized) |
TypeInfoCache(BaseConnection conn,
int unknownLength) |
Modifier and Type | Field and Description |
---|---|
private BaseConnection |
LargeObjectManager.conn |
private BaseConnection |
LargeObject.conn |
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.
|
Modifier and Type | Field and Description |
---|---|
private BaseConnection |
PGReplicationConnectionImpl.connection |
Constructor and Description |
---|
PGReplicationConnectionImpl(BaseConnection connection) |
Modifier and Type | Field and Description |
---|---|
private BaseConnection |
ReplicationCreateSlotBuilder.baseConnection |
private BaseConnection |
ReplicationStreamBuilder.baseConnection |
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) |
Modifier and Type | Field and Description |
---|---|
private BaseConnection |
PGXAConnection.conn
Underlying physical database connection.
|
Constructor and Description |
---|
PGXAConnection(BaseConnection conn) |