public class SQLCreateDatabaseStatement extends SQLStatementImpl implements SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
characterSet |
protected String |
collate |
protected SQLExpr |
comment |
protected List<SQLAssignItem> |
dbProperties |
protected List<SQLCommentHint> |
hints |
protected boolean |
ifNotExists |
protected SQLExpr |
location |
protected SQLName |
name |
protected Map<String,SQLExpr> |
options |
protected SQLExpr |
password |
protected boolean |
physical |
protected SQLExpr |
storedAs |
protected List<List<SQLAssignItem>> |
storedBy |
protected SQLExpr |
storedIn |
protected List<SQLAssignItem> |
storedOn |
protected String |
user |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLCreateDatabaseStatement() |
SQLCreateDatabaseStatement(DbType dbType) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, 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, setParentprotected SQLName name
protected String characterSet
protected String collate
protected List<SQLCommentHint> hints
protected boolean ifNotExists
protected SQLExpr comment
protected SQLExpr location
protected final List<SQLAssignItem> dbProperties
protected String user
protected SQLExpr password
protected final List<SQLAssignItem> storedOn
protected final List<List<SQLAssignItem>> storedBy
protected SQLExpr storedAs
protected SQLExpr storedIn
protected boolean physical
public SQLCreateDatabaseStatement()
public SQLCreateDatabaseStatement(DbType dbType)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 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–2023. All rights reserved.