Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutor.execute(Query[] queries,
ParameterList[] parameterLists,
BatchResultHandler handler,
int maxRows,
int fetchSize,
int flags)
Execute several Query, passing results to a provided ResultHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorImpl.execute(Query[] queries,
ParameterList[] parameterLists,
BatchResultHandler batchHandler,
int maxRows,
int fetchSize,
int flags) |
private void |
QueryExecutorImpl.flushIfDeadlockRisk(Query query,
boolean disallowBatching,
ResultHandler resultHandler,
BatchResultHandler batchHandler,
int flags) |
private void |
QueryExecutorImpl.sendQuery(Query query,
V3ParameterList parameters,
int maxRows,
int fetchSize,
int flags,
ResultHandler resultHandler,
BatchResultHandler batchHandler) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CallableBatchResultHandler |
Modifier and Type | Method and Description |
---|---|
protected BatchResultHandler |
PgStatement.createBatchHandler(Query[] queries,
ParameterList[] parameterLists) |
protected BatchResultHandler |
PgCallableStatement.createBatchHandler(Query[] queries,
ParameterList[] parameterLists) |
private BatchResultHandler |
PgStatement.internalExecuteBatch() |