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 isAutoCommit,
boolean isBatchedReWriteConfigured)
Parses JDBC query into PostgreSQL's native format.
|
Constructor and Description |
---|
BatchedQuery(NativeQuery query,
org.postgresql.core.v3.ProtocolConnectionImpl protoConnection,
int valuesBraceOpenPosition,
int valuesBraceClosePosition) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.