| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 |
| Modifier and Type | Field and Description |
|---|---|
static SqlCommand |
SqlCommand.BLANK |
SqlCommand |
NativeQuery.command |
| Modifier and Type | Method and Description |
|---|---|
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type) |
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type,
boolean isRETURNINGkeywordPresent) |
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type,
boolean isBatchedReWritePropertyConfigured,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean isRETURNINGkeywordPresent,
int priorQueryCount) |
SqlCommand |
NativeQuery.getCommand() |
SqlCommand |
Query.getSqlCommand()
Returns properties of the query (sql keyword, and some other parsing info).
|
| Constructor and Description |
|---|
NativeQuery(java.lang.String nativeSql,
int[] bindPositions,
boolean multiStatement,
SqlCommand dml) |
NativeQuery(java.lang.String nativeSql,
SqlCommand dml) |
| Modifier and Type | Method and Description |
|---|---|
SqlCommand |
CompositeQuery.getSqlCommand() |
SqlCommand |
SimpleQuery.getSqlCommand() |