| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<NativeQuery> |
Parser.parseJdbcSql(java.lang.String query,
boolean standardConformingStrings,
boolean withParameters,
boolean splitStatements,
boolean isBatchedReWriteConfigured,
java.lang.String... returningColumnNames)
Parses JDBC query into PostgreSQL's native format.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryExecutor.wrap(java.util.List<NativeQuery> queries)
Wrap given native query into a ready for execution format.
|
| Modifier and Type | Field and Description |
|---|---|
private NativeQuery |
SimpleQuery.nativeQuery |
| Modifier and Type | Method and Description |
|---|---|
(package private) NativeQuery |
SimpleQuery.getNativeQuery() |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryExecutorImpl.wrap(java.util.List<NativeQuery> queries) |
| Constructor and Description |
|---|
BatchedQuery(NativeQuery query,
TypeTransferModeRegistry transferModeRegistry,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean sanitiserDisabled) |
SimpleQuery(NativeQuery query,
TypeTransferModeRegistry transferModeRegistry,
boolean sanitiserDisabled) |