public class SQLCreateDatabaseStatement extends SQLStatementImpl implements SQLCreateStatement
Constructor and Description |
---|
SQLCreateDatabaseStatement() |
SQLCreateDatabaseStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSet() |
List<SQLObject> |
getChildren() |
String |
getCollate() |
List<SQLCommentHint> |
getHints() |
SQLName |
getName() |
boolean |
isIfNotExists() |
void |
setCharacterSet(String characterSet) |
void |
setCollate(String collate) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setName(SQLName name) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateDatabaseStatement()
public SQLCreateDatabaseStatement(String dbType)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
public SQLName getName()
public void setName(SQLName name)
public String getCharacterSet()
public void setCharacterSet(String characterSet)
public String getCollate()
public void setCollate(String collate)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
Copyright © 2013–2017 Alibaba Group. All rights reserved.