类 SQLTruncateStatement

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

public class SQLTruncateStatement extends SQLStatementImpl
  • 字段详细资料

  • 构造器详细资料

    • SQLTruncateStatement

      public SQLTruncateStatement()
    • SQLTruncateStatement

      public SQLTruncateStatement(DbType dbType)
  • 方法详细资料

    • getTableSources

      public List<SQLExprTableSource> getTableSources()
    • setTableSources

      public void setTableSources(List<SQLExprTableSource> tableSources)
    • addTableSource

      public void addTableSource(SQLName name)
    • accept0

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

      public boolean isPurgeSnapshotLog()
    • setPurgeSnapshotLog

      public void setPurgeSnapshotLog(boolean purgeSnapshotLog)
    • isOnly

      public boolean isOnly()
    • setOnly

      public void setOnly(boolean only)
    • getRestartIdentity

      public Boolean getRestartIdentity()
    • setRestartIdentity

      public void setRestartIdentity(Boolean restartIdentity)
    • getCascade

      public Boolean getCascade()
    • setCascade

      public void setCascade(Boolean cascade)
    • isDropStorage

      public boolean isDropStorage()
    • setDropStorage

      public void setDropStorage(boolean dropStorage)
    • isReuseStorage

      public boolean isReuseStorage()
    • setReuseStorage

      public void setReuseStorage(boolean reuseStorage)
    • isImmediate

      public boolean isImmediate()
    • setImmediate

      public void setImmediate(boolean immediate)
    • isIgnoreDeleteTriggers

      public boolean isIgnoreDeleteTriggers()
    • setIgnoreDeleteTriggers

      public void setIgnoreDeleteTriggers(boolean ignoreDeleteTriggers)
    • isRestrictWhenDeleteTriggers

      public boolean isRestrictWhenDeleteTriggers()
    • setRestrictWhenDeleteTriggers

      public void setRestrictWhenDeleteTriggers(boolean restrictWhenDeleteTriggers)
    • isContinueIdentity

      public boolean isContinueIdentity()
    • setContinueIdentity

      public void setContinueIdentity(boolean continueIdentity)
    • getChildren

      public List getChildren()
      指定者:
      getChildren 在接口中 SQLStatement
      覆盖:
      getChildren 在类中 SQLStatementImpl
    • isIfExists

      public boolean isIfExists()
    • setIfExists

      public void setIfExists(boolean ifExists)
    • getPartitions

      public List<SQLAssignItem> getPartitions()
    • isPartitionAll

      public boolean isPartitionAll()
    • setPartitionAll

      public void setPartitionAll(boolean partitionAll)
    • getPartitionsForADB

      public List<SQLIntegerExpr> getPartitionsForADB()