Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v2 | |
org.postgresql.core.v3 | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutor.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
Execute a Query, passing results to a provided ResultHandler.
|
void |
QueryExecutor.fetch(ResultCursor cursor,
ResultHandler handler,
int fetchSize)
Fetch additional rows from a cursor.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorImpl.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags) |
void |
QueryExecutorImpl.fetch(ResultCursor cursor,
ResultHandler handler,
int rows) |
protected void |
QueryExecutorImpl.processResults(Query originalQuery,
ResultHandler handler,
int maxRows,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorImpl.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags) |
void |
QueryExecutorImpl.fetch(ResultCursor cursor,
ResultHandler handler,
int fetchSize) |
protected void |
QueryExecutorImpl.processResults(ResultHandler handler,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
BatchResultHandler
Internal class, it is not a part of public API.
|
class |
PgResultSet.CursorResultHandler |
class |
PgStatement.StatementResultHandler
ResultHandler implementations for updates, queries, and either-or.
|
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.