com.alibaba.druid.sql.ast.statement
类 SQLTruncateStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLTruncateStatement
- 所有已实现的接口:
- SQLObject, SQLStatement
public class SQLTruncateStatement
- extends SQLStatementImpl
SQLTruncateStatement
public SQLTruncateStatement()
getTableSources
public List<SQLExprTableSource> getTableSources()
setTableSources
public void setTableSources(List<SQLExprTableSource> tableSources)
addTableSource
public void addTableSource(SQLName name)
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)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.