Class SQLAlterTypeStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLAlterTypeStatement extends SQLStatementImpl
  • Constructor Details

    • SQLAlterTypeStatement

      public SQLAlterTypeStatement()
  • Method Details

    • getName

      public SQLName getName()
    • setName

      public void setName(SQLName name)
    • isCompile

      public boolean isCompile()
    • setCompile

      public void setCompile(boolean compile)
    • isDebug

      public boolean isDebug()
    • setDebug

      public void setDebug(boolean debug)
    • isBody

      public boolean isBody()
    • setBody

      public void setBody(boolean body)
    • isReuseSettings

      public boolean isReuseSettings()
    • setReuseSettings

      public void setReuseSettings(boolean reuseSettings)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl
    • getChildren

      public List<SQLObject> getChildren()
      Specified by:
      getChildren in interface SQLStatement
      Overrides:
      getChildren in class SQLStatementImpl