| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 | |
| org.postgresql.hostchooser | |
| org.postgresql.jdbc |
| Modifier and Type | Method | Description |
|---|---|---|
HostSpec |
PGStream.getHostSpec() |
|
HostSpec |
QueryExecutor.getHostSpec() |
|
HostSpec |
QueryExecutorBase.getHostSpec() |
| Modifier and Type | Method | Description |
|---|---|---|
static QueryExecutor |
ConnectionFactory.openConnection(HostSpec[] hostSpecs,
java.lang.String user,
java.lang.String database,
java.util.Properties info) |
Establishes and initializes a new connection.
|
abstract QueryExecutor |
ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs,
java.lang.String user,
java.lang.String database,
java.util.Properties info) |
Implementation of
ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties) for a particular protocol version. |
| Constructor | Description |
|---|---|
PGStream(javax.net.SocketFactory socketFactory,
HostSpec hostSpec) |
Deprecated.
|
PGStream(javax.net.SocketFactory socketFactory,
HostSpec hostSpec,
int timeout) |
Constructor: Connect to the PostgreSQL back end and return a stream connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
QueryExecutor |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
java.lang.String user,
java.lang.String database,
java.util.Properties info) |
| Modifier and Type | Field | Description |
|---|---|---|
HostSpec |
CandidateHost.hostSpec |
| Modifier and Type | Method | Description |
|---|---|---|
static HostChooser |
HostChooserFactory.createHostChooser(HostSpec[] hostSpecs,
HostRequirement targetServerType,
java.util.Properties info) |
|
static void |
GlobalHostStatusTracker.reportHostStatus(HostSpec hostSpec,
HostStatus hostStatus) |
Store the actual observed host status.
|
| Constructor | Description |
|---|---|
CandidateHost(HostSpec hostSpec,
HostRequirement targetServerType) |
| Constructor | Description |
|---|---|
PgConnection(HostSpec[] hostSpecs,
java.lang.String user,
java.lang.String database,
java.util.Properties info,
java.lang.String url) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.