パッケージ org.postgresql.core
クラス SqlCommand
java.lang.Object
org.postgresql.core.SqlCommand
Data Modification Language inspection support.
-
フィールドの概要
フィールド -
メソッドの概要
修飾子とタイプメソッド説明static SqlCommand
static SqlCommand
createStatementTypeInfo
(SqlCommandType type, boolean isRETURNINGkeywordPresent) static SqlCommand
createStatementTypeInfo
(SqlCommandType type, boolean isBatchedReWritePropertyConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isRETURNINGkeywordPresent, int priorQueryCount) int
int
getType()
boolean
boolean
boolean
-
フィールド詳細
-
BLANK
-
-
メソッドの詳細
-
isBatchedReWriteCompatible
public boolean isBatchedReWriteCompatible() -
getBatchRewriteValuesBraceOpenPosition
public int getBatchRewriteValuesBraceOpenPosition() -
getBatchRewriteValuesBraceClosePosition
public int getBatchRewriteValuesBraceClosePosition() -
getType
-
isReturningKeywordPresent
public boolean isReturningKeywordPresent() -
returnsRows
public boolean returnsRows() -
createStatementTypeInfo
public static SqlCommand createStatementTypeInfo(SqlCommandType type, boolean isBatchedReWritePropertyConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isRETURNINGkeywordPresent, int priorQueryCount) -
createStatementTypeInfo
-
createStatementTypeInfo
public static SqlCommand createStatementTypeInfo(SqlCommandType type, boolean isRETURNINGkeywordPresent)
-