public class SQLCreateDatabaseStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLCreateDatabaseStatement() |
SQLCreateDatabaseStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSet() |
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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateDatabaseStatement()
public SQLCreateDatabaseStatement(String dbType)
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.