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.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. |
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.lang.String user,
java.lang.String database,
java.util.Properties info) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ConnectionFactoryImpl.isPrimary(QueryExecutor queryExecutor) |
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 |
PgConnection.queryExecutor |
Modifier and Type | Method and Description |
---|---|
QueryExecutor |
PgConnection.getQueryExecutor() |