Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 |
Modifier and Type | Method and Description |
---|---|
static List<NativeQuery> |
Parser.parseJdbcSql(String query,
boolean standardConformingStrings,
boolean withParameters,
boolean splitStatements,
boolean isBatchedReWriteConfigured,
String... returningColumnNames)
Parses JDBC query into PostgreSQL'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) |
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.