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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLCreateDatabaseStatement()
public SQLCreateDatabaseStatement(String dbType)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic 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–2018 Alibaba Group. All rights reserved.