Package | Description |
---|---|
org.postgresql.core |
Modifier and Type | Field and Description |
---|---|
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() |
Constructor and Description |
---|
NativeQuery(String nativeSql,
int[] bindPositions,
SqlCommand dml) |
NativeQuery(String nativeSql,
SqlCommand dml) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.