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