Uses of Interface
org.postgresql.core.QueryExecutor
-
Packages that use QueryExecutor Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.core.v3.replication org.postgresql.jdbc -
-
Uses of QueryExecutor in org.postgresql.core
Classes in org.postgresql.core that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorBase
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.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 ofConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, 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)
-
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.lang.String user, java.lang.String database, java.util.Properties info)
-
Uses of QueryExecutor in org.postgresql.core.v3.replication
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.jdbc
Methods in org.postgresql.jdbc that return QueryExecutor Modifier and Type Method Description QueryExecutor
PgConnection. getQueryExecutor()
-