public class SQLDropTableStatement extends SQLStatementImpl implements SQLDDLStatement
Constructor and Description |
---|
SQLDropTableStatement() |
SQLDropTableStatement(SQLExprTableSource tableSource) |
SQLDropTableStatement(SQLExprTableSource tableSource,
String dbType) |
SQLDropTableStatement(SQLName name) |
SQLDropTableStatement(SQLName name,
String dbType) |
SQLDropTableStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
addPartition(SQLExprTableSource tableSource) |
void |
addTableSource(SQLExprTableSource tableSource) |
void |
addTableSource(SQLName name) |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isCascade() |
boolean |
isIfExists() |
boolean |
isPurge() |
boolean |
isRestrict() |
boolean |
isTemporary() |
void |
setCascade(boolean cascade) |
void |
setIfExists(boolean ifExists) |
void |
setName(SQLName name) |
void |
setPurge(boolean purge) |
void |
setRestrict(boolean restrict) |
void |
setTemporary(boolean temporary) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLDropTableStatement()
public SQLDropTableStatement(String dbType)
public SQLDropTableStatement(SQLName name)
public SQLDropTableStatement(SQLExprTableSource tableSource)
public SQLDropTableStatement(SQLExprTableSource tableSource, String 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)
public 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.