public class SQLTruncateStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLTruncateStatement() |
SQLTruncateStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
addTableSource(SQLName name) |
Boolean |
getCascade() |
List |
getChildren() |
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) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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)
public List getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.