| Package | Description |
|---|---|
| com.amazon.redshift.core | |
| com.amazon.redshift.core.v3 | |
| com.amazon.redshift.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) |
| Modifier and Type | Method and Description |
|---|---|
protected BatchResultHandler |
RedshiftStatementImpl.createBatchHandler(Query[] queries,
ParameterList[] parameterLists) |
protected BatchResultHandler |
RedshiftCallableStatement.createBatchHandler(Query[] queries,
ParameterList[] parameterLists) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.