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 CachedQueryQueryExecutorBase.borrowCallableQuery(String sql) QueryExecutor.borrowQuery(String sql) final CachedQueryQueryExecutorBase.borrowQuery(String sql) QueryExecutor.borrowQueryByKey(Object key) QueryExecutorBase.borrowQueryByKey(Object key) QueryExecutor.borrowReturningQuery(String sql, String[] columnNames) final CachedQueryQueryExecutorBase.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 CachedQueryQueryExecutorBase.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 TypeMethodDescriptionbooleanBaseStatement.executeWithFlags(CachedQuery cachedQuery, int flags) Execute a query, passing additional query flags.voidQueryExecutor.releaseQuery(CachedQuery cachedQuery) voidQueryExecutorBase.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 voidPgStatement.execute(CachedQuery cachedQuery, ParameterList queryParameters, int flags) booleanPgStatement.executeWithFlags(CachedQuery simpleQuery, int flags) protected booleanPgStatement.isOneShotQuery(CachedQuery cachedQuery) Returns true if query is unlikely to be reused.