Class SQLBlockStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLBlockStatement extends SQLStatementImpl
  • Field Details

  • Constructor Details

    • SQLBlockStatement

      public SQLBlockStatement()
  • Method Details

    • getStatementList

      public List<SQLStatement> getStatementList()
    • setStatementList

      public void setStatementList(List<SQLStatement> statementList)
    • getLabelName

      public String getLabelName()
    • setLabelName

      public void setLabelName(String labelName)
    • isHaveBeginEnd

      public boolean isHaveBeginEnd()
    • setHaveBeginEnd

      public void setHaveBeginEnd(boolean haveBeginEnd)
    • accept0

      public void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl
    • getParameters

      public List<SQLParameter> getParameters()
    • setParameters

      public void setParameters(List<SQLParameter> parameters)
    • getException

      public SQLStatement getException()
    • setException

      public void setException(SQLStatement exception)
    • getEndLabel

      public String getEndLabel()
    • setEndLabel

      public void setEndLabel(String endLabel)
    • clone

      public SQLBlockStatement clone()
      Specified by:
      clone in interface SQLObject
      Specified by:
      clone in interface SQLStatement
      Overrides:
      clone in class SQLStatementImpl
    • findParameter

      public SQLParameter findParameter(long hash)
    • isEndOfCommit

      public boolean isEndOfCommit()
    • setEndOfCommit

      public void setEndOfCommit(boolean value)