Class SqlCommand

java.lang.Object
org.postgresql.core.SqlCommand

public class SqlCommand extends Object
Data Modification Language inspection support.
  • Field Details

  • Method Details

    • isBatchedReWriteCompatible

      public boolean isBatchedReWriteCompatible()
    • getBatchRewriteValuesBraceOpenPosition

      public int getBatchRewriteValuesBraceOpenPosition()
    • getBatchRewriteValuesBraceClosePosition

      public int getBatchRewriteValuesBraceClosePosition()
    • getType

      public SqlCommandType 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

      public static SqlCommand createStatementTypeInfo(SqlCommandType type)
    • createStatementTypeInfo

      public static SqlCommand createStatementTypeInfo(SqlCommandType type, boolean isRETURNINGkeywordPresent)