类 SQLAlterTypeStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLAlterTypeStatement extends SQLStatementImpl
  • 构造器详细资料

    • SQLAlterTypeStatement

      public SQLAlterTypeStatement()
  • 方法详细资料

    • 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)
      覆盖:
      accept0 在类中 SQLStatementImpl
    • getChildren

      public List<SQLObject> getChildren()
      指定者:
      getChildren 在接口中 SQLStatement
      覆盖:
      getChildren 在类中 SQLStatementImpl