Package | Description |
---|---|
org.postgresql | |
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.jdbc | |
org.postgresql.ssl | |
org.postgresql.ssl.jdbc4 | |
org.postgresql.util |
Modifier and Type | Method and Description |
---|---|
int |
PGProperty.getInt(Properties properties)
Return the int value for this connection parameter in the given
Properties |
Integer |
PGProperty.getInteger(Properties properties)
Return the
Integer value for this connection parameter in the given Properties |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
SocketFactoryFactory.getSocketFactory(Properties info)
Instantiates
SocketFactory based on the PGProperty.SOCKET_FACTORY |
static int |
Oid.valueOf(String oid) |
Modifier and Type | Method and Description |
---|---|
void |
CopyOperationImpl.handleCommandStatus(String status) |
void |
CopyDualImpl.handleCommandStatus(String status) |
protected abstract void |
CopyOperationImpl.handleCopydata(byte[] data)
Consume received copy data
|
protected void |
CopyInImpl.handleCopydata(byte[] data) |
Modifier and Type | Method and Description |
---|---|
void |
TimestampUtils.toBinDate(TimeZone tz,
byte[] bytes,
Date value)
Converts the SQL Date to binary representation for
Oid.DATE . |
Date |
TimestampUtils.toDateBin(TimeZone tz,
byte[] bytes)
Returns the SQL Date object matching the given bytes with
Oid.DATE . |
LocalDateTime |
TimestampUtils.toLocalDateTimeBin(TimeZone tz,
byte[] bytes)
Returns the local date time object matching the given bytes with
Oid.TIMESTAMP or
Oid.TIMESTAMPTZ . |
LocalTime |
TimestampUtils.toLocalTimeBin(byte[] bytes)
Returns the SQL Time object matching the given bytes with
Oid.TIME . |
Time |
TimestampUtils.toTimeBin(TimeZone tz,
byte[] bytes)
Returns the SQL Time object matching the given bytes with
Oid.TIME or
Oid.TIMETZ . |
Timestamp |
TimestampUtils.toTimestampBin(TimeZone tz,
byte[] bytes,
boolean timestamptz)
Returns the SQL Timestamp object matching the given bytes with
Oid.TIMESTAMP or
Oid.TIMESTAMPTZ . |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info) |
Modifier and Type | Method and Description |
---|---|
void |
LibPQFactory.throwKeyManagerException()
Propagates any exception from
LazyKeyManager |
void |
LazyKeyManager.throwKeyManagerException()
getCertificateChain and getPrivateKey cannot throw exeptions, therefore any exception is stored
in
LazyKeyManager.error and can be raised by this method |
Constructor and Description |
---|
LibPQFactory(Properties info) |
Constructor and Description |
---|
StreamWrapper(InputStream stream) |
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.