public class SQLDropDatabaseStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDropDatabaseStatement() |
SQLDropDatabaseStatement(DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, 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, setParentpublic SQLDropDatabaseStatement()
public SQLDropDatabaseStatement(DbType dbType)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 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–2023. All rights reserved.