Uses of Interface
org.postgresql.core.ResultCursor
-
Packages that use ResultCursor Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.jdbc -
-
Uses of ResultCursor in org.postgresql.core
Methods in org.postgresql.core with parameters of type ResultCursor Modifier and Type Method Description void
QueryExecutor. addQueryToAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)
Add query to adaptive fetch cache inside QueryExecutor.java.sql.ResultSet
BaseStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
Create a resultset from data retrieved from the server.void
QueryExecutor. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch)
Fetch additional rows from a cursor.int
QueryExecutor. getAdaptiveFetchSize(boolean adaptiveFetch, ResultCursor cursor)
Get fetch size computed by adaptive fetch size for given query.void
ResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
Called when result rows are received from a query.void
ResultHandlerBase. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
void
ResultHandlerDelegate. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
void
QueryExecutor. removeQueryFromAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)
Remove query from adaptive fetch cache inside QueryExecutor -
Uses of ResultCursor in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type ResultCursor Modifier and Type Method Description void
QueryExecutorImpl. addQueryToAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)
void
QueryExecutorImpl. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch)
int
QueryExecutorImpl. getAdaptiveFetchSize(boolean adaptiveFetch, ResultCursor cursor)
void
QueryExecutorImpl. removeQueryFromAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)
-
Uses of ResultCursor in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResultCursor Modifier and Type Field Description protected ResultCursor
PgResultSet. cursor
Methods in org.postgresql.jdbc with parameters of type ResultCursor Modifier and Type Method Description java.sql.ResultSet
PgStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
void
BatchResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
void
PgResultSet.CursorResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
void
PgStatement.StatementResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)
-