public class SQLTruncateStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLTruncateStatement() |
SQLTruncateStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addTableSource(SQLName name) |
Boolean |
getCascade() |
Boolean |
getRestartIdentity() |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isOnly() |
boolean |
isPurgeSnapshotLog() |
void |
setCascade(Boolean cascade) |
void |
setOnly(boolean only) |
void |
setPurgeSnapshotLog(boolean purgeSnapshotLog) |
void |
setRestartIdentity(Boolean restartIdentity) |
void |
setTableSources(List<SQLExprTableSource> tableSources) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLTruncateStatement()
public SQLTruncateStatement(String dbType)
public List<SQLExprTableSource> getTableSources()
public void setTableSources(List<SQLExprTableSource> tableSources)
public void addTableSource(SQLName name)
public boolean isPurgeSnapshotLog()
public void setPurgeSnapshotLog(boolean purgeSnapshotLog)
public boolean isOnly()
public void setOnly(boolean only)
public Boolean getRestartIdentity()
public void setRestartIdentity(Boolean restartIdentity)
public Boolean getCascade()
public void setCascade(Boolean cascade)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.