| Package | Description |
|---|---|
| com.amazon.redshift.core | |
| com.amazon.redshift.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
static List<NativeQuery> |
Parser.parseJdbcSql(String query,
boolean standardConformingStrings,
boolean withParameters,
boolean splitStatements,
boolean isBatchedReWriteConfigured,
boolean isMultiSqlSupport,
String... returningColumnNames)
Parses JDBC query into Redshift's native format.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryExecutor.wrap(List<NativeQuery> queries)
Wrap given native query into a ready for execution format.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryExecutorImpl.wrap(List<NativeQuery> queries) |
| Constructor and Description |
|---|
BatchedQuery(NativeQuery query,
TypeTransferModeRegistry transferModeRegistry,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean sanitiserDisabled,
RedshiftLogger logger) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.