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 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)
Fetch additional rows from a cursor.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)
-
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. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)
-
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)
-