| Package | Description |
|---|---|
| org.postgresql.copy | |
| org.postgresql.core | |
| org.postgresql.core.v3 | |
| org.postgresql.core.v3.replication | |
| org.postgresql.fastpath | |
| org.postgresql.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private QueryExecutor |
CopyManager.queryExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryExecutorBase |
| Modifier and Type | Field and Description |
|---|---|
private QueryExecutor |
CachedQueryCreateAction.queryExecutor |
| 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) |
| Constructor and Description |
|---|
CachedQueryCreateAction(QueryExecutor queryExecutor) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
ConnectionFactoryImpl.isPrimary(QueryExecutor queryExecutor)
Since PG14 there is GUC_REPORT ParamStatus
in_hot_standby which is set to "on"
when the server is in archive recovery or standby mode. |
private void |
ConnectionFactoryImpl.runInitialQueries(QueryExecutor queryExecutor,
java.util.Properties info) |
| Modifier and Type | Field and Description |
|---|---|
private QueryExecutor |
V3ReplicationProtocol.queryExecutor |
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
| Modifier and Type | Field and Description |
|---|---|
private QueryExecutor |
Fastpath.executor
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private QueryExecutor |
QueryExecutorTimeZoneProvider.queryExecutor |
private QueryExecutor |
PgConnection.queryExecutor |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor |
PgConnection.getQueryExecutor() |
| Constructor and Description |
|---|
QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor) |