public class SQLDropDatabaseStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
| Constructor and Description |
|---|
SQLDropDatabaseStatement() |
SQLDropDatabaseStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
getChildren() |
SQLExpr |
getDatabase() |
String |
getDatabaseName() |
SQLName |
getName() |
Boolean |
getRestrict() |
String |
getServer() |
boolean |
isCascade() |
boolean |
isIfExists() |
boolean |
isPhysical() |
boolean |
isRestrict() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setCascade(boolean cascade) |
void |
setDatabase(SQLExpr database) |
void |
setDatabase(String database) |
void |
setIfExists(boolean ifExists) |
void |
setPhysical(boolean physical) |
void |
setRestrict(boolean restrict) |
boolean |
setServer(String server) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, 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, setParentpublic SQLDropDatabaseStatement()
public SQLDropDatabaseStatement(DbType dbType)
public SQLName getName()
public String getDatabaseName()
public SQLExpr getDatabase()
public void setDatabase(SQLExpr database)
public void setDatabase(String database)
public String getServer()
public boolean setServer(String server)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic Boolean getRestrict()
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isCascade()
public void setCascade(boolean cascade)
public boolean isPhysical()
public void setPhysical(boolean physical)
Copyright © 2013–2022 Alibaba Group. All rights reserved.