Package org.postgresql.core
Class SqlCommand
java.lang.Object
org.postgresql.core.SqlCommand
Data Modification Language inspection support.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlCommandstatic SqlCommandcreateStatementTypeInfo(SqlCommandType type, boolean isRETURNINGkeywordPresent) static SqlCommandcreateStatementTypeInfo(SqlCommandType type, boolean isBatchedReWritePropertyConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isRETURNINGkeywordPresent, int priorQueryCount) intintgetType()booleanbooleanboolean
-
Field Details
-
BLANK
-
-
Method Details
-
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)
-