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 CachedQuery
QueryExecutor. borrowCallableQuery(java.lang.String sql)
CachedQuery
QueryExecutorBase. borrowCallableQuery(java.lang.String sql)
CachedQuery
QueryExecutor. borrowQuery(java.lang.String sql)
CachedQuery
QueryExecutorBase. borrowQuery(java.lang.String sql)
CachedQuery
QueryExecutor. borrowQueryByKey(java.lang.Object key)
CachedQuery
QueryExecutorBase. borrowQueryByKey(java.lang.Object key)
CachedQuery
QueryExecutor. borrowReturningQuery(java.lang.String sql, java.lang.String[] columnNames)
CachedQuery
QueryExecutorBase. borrowReturningQuery(java.lang.String sql, java.lang.String[] columnNames)
CachedQuery
BaseConnection. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)
CachedQuery
QueryExecutor. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)
CachedQuery
QueryExecutorBase. createQuery(java.lang.String sql, boolean escapeProcessing, boolean isParameterized, java.lang.String... columnNames)
CachedQuery
QueryExecutor. createQueryByKey(java.lang.Object key)
CachedQuery
QueryExecutorBase. createQueryByKey(java.lang.Object key)
Methods in org.postgresql.core with parameters of type CachedQuery Modifier and Type Method Description boolean
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 CachedQuery Modifier and Type Method Description CachedQuery
PgConnection. 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 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.
-