public class SQLDropViewStatement extends SQLStatementImpl implements SQLDropStatement
Constructor and Description |
---|
SQLDropViewStatement() |
SQLDropViewStatement(SQLExprTableSource tableSource) |
SQLDropViewStatement(SQLName name) |
SQLDropViewStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
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, 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
clone, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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)
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public List getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.