Uses of Interface
org.postgresql.core.QueryExecutor
Packages that use QueryExecutor
Package
Description
-
Uses of QueryExecutor in org.postgresql.copy
Fields in org.postgresql.copy declared as QueryExecutor -
Uses of QueryExecutor in org.postgresql.core
Classes in org.postgresql.core that implement QueryExecutorFields in org.postgresql.core declared as QueryExecutorModifier and TypeFieldDescriptionprivate final QueryExecutorCachedQueryCreateAction.queryExecutorMethods in org.postgresql.core that return QueryExecutorModifier and TypeMethodDescriptionBaseConnection.getQueryExecutor()Get the QueryExecutor implementation for this connection.static QueryExecutorConnectionFactory.openConnection(HostSpec[] hostSpecs, Properties info) Establishes and initializes a new connection.abstract QueryExecutorConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs, 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 QueryExecutorModifier and TypeMethodDescriptionstatic TupleSetupQueryRunner.run(QueryExecutor executor, String queryString, boolean wantResults) Constructors in org.postgresql.core with parameters of type QueryExecutorModifierConstructorDescription(package private)CachedQueryCreateAction(QueryExecutor queryExecutor) -
Uses of QueryExecutor in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement QueryExecutorModifier and TypeClassDescriptionclassQueryExecutor implementation for the V3 protocol.Methods in org.postgresql.core.v3 that return QueryExecutorModifier and TypeMethodDescriptionConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs, Properties info) Methods in org.postgresql.core.v3 with parameters of type QueryExecutorModifier and TypeMethodDescriptionprivate booleanConnectionFactoryImpl.isPrimary(QueryExecutor queryExecutor) Since PG14 there is GUC_REPORT ParamStatusin_hot_standbywhich is set to "on" when the server is in archive recovery or standby mode.private voidConnectionFactoryImpl.runInitialQueries(QueryExecutor queryExecutor, Properties info) -
Uses of QueryExecutor in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as QueryExecutorConstructors in org.postgresql.core.v3.replication with parameters of type QueryExecutorModifierConstructorDescriptionV3ReplicationProtocol(QueryExecutor queryExecutor, PGStream pgStream) -
Uses of QueryExecutor in org.postgresql.fastpath
Fields in org.postgresql.fastpath declared as QueryExecutor -
Uses of QueryExecutor in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as QueryExecutorModifier and TypeFieldDescriptionprivate final QueryExecutorPgConnection.queryExecutorprivate final QueryExecutorQueryExecutorTimeZoneProvider.queryExecutorMethods in org.postgresql.jdbc that return QueryExecutorConstructors in org.postgresql.jdbc with parameters of type QueryExecutorModifierConstructorDescription(package private)QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)