public class SQLCreateDatabaseStatement extends SQLStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
SQLCreateDatabaseStatement() |
SQLCreateDatabaseStatement(DbType dbType) |
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, waitclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLCreateDatabaseStatement()
public SQLCreateDatabaseStatement(DbType 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)
public SQLExpr getComment()
public String getUser()
public void setUser(String user)
public void setComment(SQLExpr x)
public SQLExpr getLocation()
public void setLocation(SQLExpr x)
public List<SQLAssignItem> getDbProperties()
public List<SQLAssignItem> getStoredOn()
public List<List<SQLAssignItem>> getStoredBy()
public SQLExpr getStoredAs()
public void setStoredAs(SQLExpr x)
public SQLExpr getStoredIn()
public void setStoredIn(SQLExpr x)
public SQLExpr getPassword()
public void setPassword(SQLExpr x)
public String getDatabaseName()
public void setDatabase(String database)
public String getServer()
public boolean setServer(String server)
public boolean isPhysical()
public void setPhysical(boolean physical)
Copyright © 2013–2022 Alibaba Group. All rights reserved.