public class SqlCommand extends Object
Modifier and Type | Field and Description |
---|---|
static SqlCommand |
BLANK |
Modifier and Type | Method and Description |
---|---|
static SqlCommand |
createStatementTypeInfo(SqlCommandType type) |
static SqlCommand |
createStatementTypeInfo(SqlCommandType type,
boolean isRETURNINGkeywordPresent) |
static SqlCommand |
createStatementTypeInfo(SqlCommandType type,
boolean isBatchedReWritePropertyConfigured,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean isRETURNINGkeywordPresent,
int priorQueryCount) |
int |
getBatchRewriteValuesBraceClosePosition() |
int |
getBatchRewriteValuesBraceOpenPosition() |
SqlCommandType |
getType() |
boolean |
isBatchedReWriteCompatible() |
boolean |
isReturningKeywordPresent() |
boolean |
returnsRows() |
public static final SqlCommand BLANK
public boolean isBatchedReWriteCompatible()
public int getBatchRewriteValuesBraceOpenPosition()
public int getBatchRewriteValuesBraceClosePosition()
public SqlCommandType getType()
public boolean isReturningKeywordPresent()
public boolean returnsRows()
public static SqlCommand createStatementTypeInfo(SqlCommandType type, boolean isBatchedReWritePropertyConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isRETURNINGkeywordPresent, int priorQueryCount)
public static SqlCommand createStatementTypeInfo(SqlCommandType type)
public static SqlCommand createStatementTypeInfo(SqlCommandType type, boolean isRETURNINGkeywordPresent)
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.