Uses of Interface
org.postgresql.core.QueryExecutor
-
Packages that use QueryExecutor Package Description org.postgresql.copy org.postgresql.core org.postgresql.core.v3 org.postgresql.core.v3.replication org.postgresql.fastpath org.postgresql.jdbc -
-
Uses of QueryExecutor in org.postgresql.copy
Fields in org.postgresql.copy declared as QueryExecutor Modifier and Type Field Description private QueryExecutor
CopyManager. queryExecutor
-
Uses of QueryExecutor in org.postgresql.core
Classes in org.postgresql.core that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorBase
Fields in org.postgresql.core declared as QueryExecutor Modifier and Type Field Description private QueryExecutor
CachedQueryCreateAction. queryExecutor
Methods in org.postgresql.core that return QueryExecutor Modifier and Type Method 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 ofConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.util.Properties)
for a particular protocol version.Methods in org.postgresql.core with parameters of type QueryExecutor Modifier and Type Method Description static Tuple
SetupQueryRunner. run(QueryExecutor executor, java.lang.String queryString, boolean wantResults)
Constructors in org.postgresql.core with parameters of type QueryExecutor Constructor Description CachedQueryCreateAction(QueryExecutor queryExecutor)
-
Uses of QueryExecutor in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorImpl
QueryExecutor implementation for the V3 protocol.Methods in org.postgresql.core.v3 that return QueryExecutor Modifier and Type Method Description QueryExecutor
ConnectionFactoryImpl. openConnectionImpl(HostSpec[] hostSpecs, java.util.Properties info)
Methods in org.postgresql.core.v3 with parameters of type QueryExecutor Modifier and Type Method Description private boolean
ConnectionFactoryImpl. isPrimary(QueryExecutor queryExecutor)
Since PG14 there is GUC_REPORT ParamStatusin_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)
-
Uses of QueryExecutor in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as QueryExecutor Modifier and Type Field Description private QueryExecutor
V3ReplicationProtocol. queryExecutor
Constructors in org.postgresql.core.v3.replication with parameters of type QueryExecutor Constructor Description V3ReplicationProtocol(QueryExecutor queryExecutor, PGStream pgStream)
-
Uses of QueryExecutor in org.postgresql.fastpath
Fields in org.postgresql.fastpath declared as QueryExecutor Modifier and Type Field Description private QueryExecutor
Fastpath. executor
Deprecated. -
Uses of QueryExecutor in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as QueryExecutor Modifier and Type Field Description private QueryExecutor
PgConnection. queryExecutor
private QueryExecutor
QueryExecutorTimeZoneProvider. queryExecutor
Methods in org.postgresql.jdbc that return QueryExecutor Modifier and Type Method Description QueryExecutor
PgConnection. getQueryExecutor()
Constructors in org.postgresql.jdbc with parameters of type QueryExecutor Constructor Description QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)
-