public class SQLDropViewStatement extends SQLStatementImpl implements SQLDropStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
cascade |
protected boolean |
ifExists |
protected boolean |
restrict |
protected List<SQLExprTableSource> |
tableSources |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLDropViewStatement() |
SQLDropViewStatement(SQLExprTableSource tableSource) |
SQLDropViewStatement(SQLName name) |
SQLDropViewStatement(String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLExprTableSource tableSource) |
void |
addTableSource(SQLExprTableSource tableSource) |
void |
addTableSource(SQLName name) |
List |
getChildren() |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isCascade() |
boolean |
isIfExists() |
boolean |
isRestrict() |
void |
setCascade(boolean cascade) |
void |
setIfExists(boolean ifExists) |
void |
setName(SQLName name) |
void |
setRestrict(boolean restrict) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected List<SQLExprTableSource> tableSources
protected boolean cascade
protected boolean restrict
protected boolean ifExists
public SQLDropViewStatement()
public SQLDropViewStatement(String dbType)
public SQLDropViewStatement(SQLName name)
public SQLDropViewStatement(SQLExprTableSource tableSource)
public List<SQLExprTableSource> getTableSources()
public void addPartition(SQLExprTableSource tableSource)
public void setName(SQLName name)
public void addTableSource(SQLName name)
public void addTableSource(SQLExprTableSource tableSource)
public boolean isCascade()
public void setCascade(boolean cascade)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public List getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.