Uses of Class
org.postgresql.core.CachedQuery
Packages that use CachedQuery
-
Uses of CachedQuery in org.postgresql.core
Methods in org.postgresql.core that return CachedQueryModifier and TypeMethodDescriptionQueryExecutor.borrowCallableQuery
(String sql) final CachedQuery
QueryExecutorBase.borrowCallableQuery
(String sql) QueryExecutor.borrowQuery
(String sql) final CachedQuery
QueryExecutorBase.borrowQuery
(String sql) QueryExecutor.borrowQueryByKey
(Object key) QueryExecutorBase.borrowQueryByKey
(Object key) QueryExecutor.borrowReturningQuery
(String sql, String[] columnNames) final CachedQuery
QueryExecutorBase.borrowReturningQuery
(String sql, String[] columnNames) BaseConnection.createQuery
(String sql, boolean escapeProcessing, boolean isParameterized, String... columnNames) QueryExecutor.createQuery
(String sql, boolean escapeProcessing, boolean isParameterized, String... columnNames) final CachedQuery
QueryExecutorBase.createQuery
(String sql, boolean escapeProcessing, boolean isParameterized, String... columnNames) QueryExecutor.createQueryByKey
(Object key) QueryExecutorBase.createQueryByKey
(Object key) Methods in org.postgresql.core with parameters of type CachedQueryModifier and TypeMethodDescriptionboolean
BaseStatement.executeWithFlags
(CachedQuery cachedQuery, int flags) Execute a query, passing additional query flags.void
QueryExecutor.releaseQuery
(CachedQuery cachedQuery) void
QueryExecutorBase.releaseQuery
(CachedQuery cachedQuery) -
Uses of CachedQuery in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return CachedQueryModifier and TypeMethodDescriptionPgConnection.createQuery
(String sql, boolean escapeProcessing, boolean isParameterized, String... columnNames) Methods in org.postgresql.jdbc with parameters of type CachedQueryModifier and TypeMethodDescriptionprotected final void
PgStatement.execute
(CachedQuery cachedQuery, ParameterList queryParameters, int flags) boolean
PgStatement.executeWithFlags
(CachedQuery simpleQuery, int flags) protected boolean
PgStatement.isOneShotQuery
(CachedQuery cachedQuery) Returns true if query is unlikely to be reused.