Uses of Interface
org.postgresql.core.ResultCursor
Packages that use ResultCursor
-
Uses of ResultCursor in org.postgresql.core
Methods in org.postgresql.core with parameters of type ResultCursorModifier and TypeMethodDescriptionBaseStatement.createResultSet
(Query originalQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Create a resultset from data retrieved from the server.void
QueryExecutor.fetch
(ResultCursor cursor, ResultHandler handler, int fetchSize) Fetch additional rows from a cursor.void
ResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Called when result rows are received from a query.void
ResultHandlerBase.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
ResultHandlerDelegate.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
SetupQueryRunner.SimpleResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) -
Uses of ResultCursor in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement ResultCursorModifier and TypeClassDescription(package private) class
V3 ResultCursor implementation in terms of backend Portals.Methods in org.postgresql.core.v3 with parameters of type ResultCursorModifier and TypeMethodDescriptionvoid
QueryExecutorImpl.fetch
(ResultCursor cursor, ResultHandler handler, int fetchSize) -
Uses of ResultCursor in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResultCursorMethods in org.postgresql.jdbc with parameters of type ResultCursorModifier and TypeMethodDescriptionPgStatement.createResultSet
(Query originalQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
BatchResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
CallableBatchResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
PgResultSet.CursorResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) void
PgStatement.StatementResultHandler.handleResultRows
(Query fromQuery, Field[] fields, List<Tuple> tuples, ResultCursor cursor) Constructors in org.postgresql.jdbc with parameters of type ResultCursorModifierConstructorDescription(package private)
PgResultSet
(Query originalQuery, BaseStatement statement, Field[] fields, List<Tuple> tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability)