public class SQLDropTableStatement extends SQLStatementImpl implements SQLDropStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
cascade |
protected boolean |
ifExists |
protected boolean |
purge |
protected boolean |
restrict |
protected List<SQLExprTableSource> |
tableSources |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDropTableStatement() |
SQLDropTableStatement(DbType dbType) |
SQLDropTableStatement(SQLExprTableSource tableSource) |
SQLDropTableStatement(SQLExprTableSource tableSource,
DbType dbType) |
SQLDropTableStatement(SQLName name) |
SQLDropTableStatement(SQLName name,
DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLExprTableSource tableSource) |
void |
addTableSource(SQLExprTableSource tableSource) |
void |
addTableSource(SQLName name) |
List |
getChildren() |
List<SQLCommentHint> |
getHints() |
List<SQLExprTableSource> |
getTableSources() |
SQLExpr |
getWhere() |
boolean |
isCascade() |
boolean |
isDropPartition() |
boolean |
isExternal() |
boolean |
isIfExists() |
boolean |
isPurge() |
boolean |
isRestrict() |
boolean |
isTemporary() |
void |
setCascade(boolean cascade) |
void |
setDropPartition(boolean dropPartition) |
void |
setExternal(boolean external) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIfExists(boolean ifExists) |
void |
setName(SQLName name) |
void |
setPurge(boolean purge) |
void |
setRestrict(boolean restrict) |
void |
setTemporary(boolean temporary) |
void |
setWhere(SQLExpr x) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected List<SQLExprTableSource> tableSources
protected boolean purge
protected boolean cascade
protected boolean restrict
protected boolean ifExists
public SQLDropTableStatement()
public SQLDropTableStatement(DbType dbType)
public SQLDropTableStatement(SQLName name)
public SQLDropTableStatement(SQLExprTableSource tableSource)
public SQLDropTableStatement(SQLExprTableSource tableSource, DbType dbType)
public List<SQLExprTableSource> getTableSources()
public void addPartition(SQLExprTableSource tableSource)
public void setName(SQLName name)
public void addTableSource(SQLName name)
public void addTableSource(SQLExprTableSource tableSource)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic boolean isPurge()
public void setPurge(boolean purge)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public boolean isCascade()
public void setCascade(boolean cascade)
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isTemporary()
public void setTemporary(boolean temporary)
public boolean isExternal()
public void setExternal(boolean external)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public boolean isDropPartition()
public void setDropPartition(boolean dropPartition)
public SQLExpr getWhere()
public void setWhere(SQLExpr x)
Copyright © 2013–2023. All rights reserved.