Class SQLCreateDatabaseStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateDatabaseStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement,SQLCreateStatement,SQLDDLStatement
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected SQLExprprotected final List<SQLAssignItem>protected List<SQLCommentHint>protected booleanprotected SQLExprprotected SQLNameprotected SQLExprprotected booleanprotected SQLExprprotected final List<List<SQLAssignItem>>protected SQLExprprotected final List<SQLAssignItem>protected StringFields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) getHints()getName()getUser()booleanbooleanvoidsetCharacterSet(String characterSet) voidsetCollate(String collate) voidvoidsetDatabase(String database) voidsetHints(List<SQLCommentHint> hints) voidsetIfNotExists(boolean ifNotExists) voidvoidvoidsetOptions(Map<String, SQLExpr> options) voidvoidsetPhysical(boolean physical) booleanvoidvoidvoidMethods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentMethods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
Field Details
-
name
-
characterSet
-
collate
-
hints
-
ifNotExists
protected boolean ifNotExists -
comment
-
location
-
dbProperties
-
options
-
user
-
password
-
storedOn
-
storedBy
-
storedAs
-
storedIn
-
physical
protected boolean physical
-
-
Constructor Details
-
SQLCreateDatabaseStatement
public SQLCreateDatabaseStatement() -
SQLCreateDatabaseStatement
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLStatementImpl
-
getChildren
- Specified by:
getChildrenin interfaceSQLStatement- Overrides:
getChildrenin classSQLStatementImpl
-
getName
- Specified by:
getNamein interfaceSQLCreateStatement
-
setName
-
getCharacterSet
-
setCharacterSet
-
getCollate
-
setCollate
-
getHints
-
setHints
-
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
getComment
-
getUser
-
setUser
-
setComment
-
getLocation
-
getOptions
-
setLocation
-
getDbProperties
-
setOptions
-
getStoredOn
-
getStoredBy
-
getStoredAs
-
setStoredAs
-
getStoredIn
-
setStoredIn
-
getPassword
-
setPassword
-
getDatabaseName
-
setDatabase
-
getServer
-
setServer
-
isPhysical
public boolean isPhysical() -
setPhysical
public void setPhysical(boolean physical) -
getDDLObjectType
- Specified by:
getDDLObjectTypein interfaceSQLDDLStatement
-