| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 | |
| org.postgresql.core.v3.replication | |
| org.postgresql.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryExecutorBase |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor |
BaseConnection.getQueryExecutor()
Get the QueryExecutor implementation for this connection.
|
static QueryExecutor |
ConnectionFactory.openConnection(HostSpec[] hostSpecs,
String user,
String database,
Properties info)
Establishes and initializes a new connection.
|
abstract QueryExecutor |
ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info)
Implementation of
ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties) for a particular protocol version. |
| Modifier and Type | Method and Description |
|---|---|
static byte[][] |
SetupQueryRunner.run(QueryExecutor executor,
String queryString,
boolean wantResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryExecutorImpl
QueryExecutor implementation for the V3 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info) |
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor |
PgConnection.getQueryExecutor() |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.