Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v2 | |
org.postgresql.core.v3 | |
org.postgresql.gss | |
org.postgresql.jdbc | |
org.postgresql.ssl | |
org.postgresql.util |
Modifier and Type | Method and Description |
---|---|
Logger |
BaseConnection.getLogger() |
Modifier and Type | Method and Description |
---|---|
static ProtocolConnection |
ConnectionFactory.openConnection(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
Establishes and initializes a new connection.
|
abstract ProtocolConnection |
ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
Implementation of
ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger) for a particular protocol version. |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger) |
Constructor and Description |
---|
QueryExecutorImpl(org.postgresql.core.v2.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger) |
Constructor and Description |
---|
QueryExecutorImpl(org.postgresql.core.v3.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Properties info,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeGSS.authenticate(PGStream pgStream,
String host,
String user,
String password,
String jaasApplicationName,
String kerberosServerName,
Logger logger,
boolean useSpnego) |
Modifier and Type | Method and Description |
---|---|
Logger |
PgConnection.getLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info,
Logger logger) |
Constructor and Description |
---|
SharedTimer(Logger log) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.