public class SQLTruncateStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLTruncateStatement() |
SQLTruncateStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addTableSource(SQLName name) |
Boolean |
getCascade() |
Boolean |
getRestartIdentity() |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isContinueIdentity() |
boolean |
isDropStorage() |
boolean |
isIgnoreDeleteTriggers() |
boolean |
isImmediate() |
boolean |
isOnly() |
boolean |
isPurgeSnapshotLog() |
boolean |
isRestrictWhenDeleteTriggers() |
boolean |
isReuseStorage() |
void |
setCascade(Boolean cascade) |
void |
setContinueIdentity(boolean continueIdentity) |
void |
setDropStorage(boolean dropStorage) |
void |
setIgnoreDeleteTriggers(boolean ignoreDeleteTriggers) |
void |
setImmediate(boolean immediate) |
void |
setOnly(boolean only) |
void |
setPurgeSnapshotLog(boolean purgeSnapshotLog) |
void |
setRestartIdentity(Boolean restartIdentity) |
void |
setRestrictWhenDeleteTriggers(boolean restrictWhenDeleteTriggers) |
void |
setReuseStorage(boolean reuseStorage) |
void |
setTableSources(List<SQLExprTableSource> tableSources) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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)
public boolean isDropStorage()
public void setDropStorage(boolean dropStorage)
public boolean isReuseStorage()
public void setReuseStorage(boolean reuseStorage)
public boolean isImmediate()
public void setImmediate(boolean immediate)
public boolean isIgnoreDeleteTriggers()
public void setIgnoreDeleteTriggers(boolean ignoreDeleteTriggers)
public boolean isRestrictWhenDeleteTriggers()
public void setRestrictWhenDeleteTriggers(boolean restrictWhenDeleteTriggers)
public boolean isContinueIdentity()
public void setContinueIdentity(boolean continueIdentity)
Copyright © 2013–2016 Alibaba Group. All rights reserved.