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 voidQueryExecutor. addQueryToAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)Add query to adaptive fetch cache inside QueryExecutor.java.sql.ResultSetBaseStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)Create a resultset from data retrieved from the server.voidQueryExecutor. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch)Fetch additional rows from a cursor.intQueryExecutor. getAdaptiveFetchSize(boolean adaptiveFetch, ResultCursor cursor)Get fetch size computed by adaptive fetch size for given query.voidResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)Called when result rows are received from a query.voidResultHandlerBase. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidResultHandlerDelegate. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidSetupQueryRunner.SimpleResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidQueryExecutor. removeQueryFromAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)Remove query from adaptive fetch cache inside QueryExecutor -
Uses of ResultCursor in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement ResultCursor Modifier and Type Class Description (package private) classPortalV3 ResultCursor implementation in terms of backend Portals.Methods in org.postgresql.core.v3 with parameters of type ResultCursor Modifier and Type Method Description voidQueryExecutorImpl. addQueryToAdaptiveFetchCache(boolean adaptiveFetch, ResultCursor cursor)voidQueryExecutorImpl. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch)intQueryExecutorImpl. getAdaptiveFetchSize(boolean adaptiveFetch, ResultCursor cursor)voidQueryExecutorImpl. 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 ResultCursorPgResultSet. cursorMethods in org.postgresql.jdbc with parameters of type ResultCursor Modifier and Type Method Description java.sql.ResultSetPgStatement. createResultSet(Query originalQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidBatchResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidCallableBatchResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidPgResultSet.CursorResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)voidPgStatement.StatementResultHandler. handleResultRows(Query fromQuery, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor)Constructors in org.postgresql.jdbc with parameters of type ResultCursor Constructor Description PgResultSet(Query originalQuery, BaseStatement statement, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability, boolean adaptiveFetch)
-