public class SQLCreateUserStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLName |
defaultTableSpace |
private SQLExpr |
password |
private SQLName |
user |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLCreateUserStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getPassword() |
SQLName |
getUser() |
void |
setPassword(SQLExpr password) |
void |
setUser(SQLName user) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName user
private SQLExpr password
private SQLName defaultTableSpace
public SQLName getUser()
public void setUser(SQLName user)
public SQLExpr getPassword()
public void setPassword(SQLExpr password)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.