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,
java.util.Properties info)
Establishes and initializes a new connection.
|
abstract QueryExecutor |
ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs,
java.util.Properties info)
Implementation of
ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.util.Properties) for a particular protocol version. |
Modifier and Type | Method and Description |
---|---|
static Tuple |
SetupQueryRunner.run(QueryExecutor executor,
java.lang.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,
java.util.Properties info) |
Constructor and Description |
---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
Modifier and Type | Method and Description |
---|---|
QueryExecutor |
PgConnection.getQueryExecutor() |
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.