Uses of Interface
org.postgresql.core.QueryExecutor
Packages that use QueryExecutor
Package
Description
-
Uses of QueryExecutor in org.postgresql.core
Classes in org.postgresql.core that implement QueryExecutorMethods in org.postgresql.core that return QueryExecutorModifier and TypeMethodDescriptionBaseConnection.getQueryExecutor()
Get the QueryExecutor implementation for this connection.static QueryExecutor
ConnectionFactory.openConnection
(HostSpec[] hostSpecs, Properties info) Establishes and initializes a new connection.abstract QueryExecutor
ConnectionFactory.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 Tuple
SetupQueryRunner.run
(QueryExecutor executor, String queryString, boolean wantResults) -
Uses of QueryExecutor in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement QueryExecutorModifier and TypeClassDescriptionclass
QueryExecutor implementation for the V3 protocol.Methods in org.postgresql.core.v3 that return QueryExecutorModifier and TypeMethodDescriptionConnectionFactoryImpl.openConnectionImpl
(HostSpec[] hostSpecs, Properties info) -
Uses of QueryExecutor in org.postgresql.core.v3.replication
Constructors in org.postgresql.core.v3.replication with parameters of type QueryExecutorModifierConstructorDescriptionV3ReplicationProtocol
(QueryExecutor queryExecutor, PGStream pgStream) -
Uses of QueryExecutor in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return QueryExecutor