Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.jdbc |
Modifier and Type | Method and 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 |
ResultHandlerDelegate.handleResultRows(Query fromQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
void |
SetupQueryRunner.SimpleResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
void |
ResultHandlerBase.handleResultRows(Query fromQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Portal
V3 ResultCursor implementation in terms of backend Portals.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorImpl.fetch(ResultCursor cursor,
ResultHandler handler,
int fetchSize) |
Modifier and Type | Field and Description |
---|---|
protected ResultCursor |
PgResultSet.cursor |
Modifier and Type | Method and Description |
---|---|
java.sql.ResultSet |
PgStatement.createResultSet(Query originalQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
void |
PgStatement.StatementResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
void |
CallableBatchResultHandler.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 |
BatchResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
java.util.List<Tuple> tuples,
ResultCursor cursor) |
Constructor and 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) |