public class SQLUseStatement extends SQLStatementImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLUseStatement() |
SQLUseStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
SQLName |
getDatabase() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setDatabase(SQLName x) |
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, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLUseStatement()
public SQLUseStatement(DbType dbType)
public SQLName getDatabase()
public void setDatabase(SQLName x)
public void accept0(SQLASTVisitor visitor)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2022 Alibaba Group. All rights reserved.