Uses of Class
org.postgresql.core.CachedQuery
-
Packages that use CachedQuery Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of CachedQuery in org.postgresql.core
Methods in org.postgresql.core that return CachedQuery Modifier and Type Method Description CachedQueryQueryExecutor. borrowCallableQuery(java.lang.String sql)CachedQueryQueryExecutorBase. borrowCallableQuery(java.lang.String sql)CachedQueryQueryExecutor. borrowQuery(java.lang.String sql)CachedQueryQueryExecutorBase. borrowQuery(java.lang.String sql)CachedQueryQueryExecutor. borrowQueryByKey(java.lang.Object key)CachedQueryQueryExecutorBase. borrowQueryByKey(java.lang.Object key)CachedQueryQueryExecutor. borrowReturningQuery(java.lang.String sql, java.lang.String[] columnNames)CachedQueryQueryExecutorBase. borrowReturningQuery(java.lang.String sql, java.lang.String[] columnNames)CachedQueryBaseConnection. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)CachedQueryQueryExecutor. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)CachedQueryQueryExecutorBase. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)CachedQueryQueryExecutor. createQueryByKey(java.lang.Object key)CachedQueryQueryExecutorBase. createQueryByKey(java.lang.Object key)Methods in org.postgresql.core with parameters of type CachedQuery Modifier and Type Method Description booleanBaseStatement. 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 CachedQuery Modifier and Type Method Description CachedQueryPgConnection. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)Methods in org.postgresql.jdbc with parameters of type CachedQuery Modifier and Type Method Description protected 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.
-