public class SQLTruncateStatement extends SQLStatementImpl
| 构造器和说明 |
|---|
SQLTruncateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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-2014 Alibaba Group. All Rights Reserved.