类 SQLBuildTableStatement

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

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

    • SQLBuildTableStatement

      public SQLBuildTableStatement()
  • 方法详细资料

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      覆盖:
      accept0 在类中 SQLStatementImpl
    • getTable

      public SQLName getTable()
    • setTable

      public void setTable(SQLName table)
    • getVersion

      public SQLIntegerExpr getVersion()
    • setVersion

      public void setVersion(SQLIntegerExpr version)
    • isWithSplit

      public boolean isWithSplit()
    • setWithSplit

      public void setWithSplit(boolean withSplit)
    • isForce

      public boolean isForce()
    • setForce

      public void setForce(boolean force)