public static class MySqlCreateUserStatement.UserSpecification extends MySqlObjectImpl
| Constructor and Description |
|---|
UserSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getAuthPlugin() |
SQLExpr |
getPassword() |
SQLExpr |
getUser() |
boolean |
isPasswordHash() |
void |
setAuthPlugin(SQLExpr authPlugin) |
void |
setPassword(SQLExpr password) |
void |
setPasswordHash(boolean passwordHash) |
void |
setUser(SQLExpr user) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getUser()
public void setUser(SQLExpr user)
public boolean isPasswordHash()
public void setPasswordHash(boolean passwordHash)
public SQLExpr getPassword()
public void setPassword(SQLExpr password)
public SQLExpr getAuthPlugin()
public void setAuthPlugin(SQLExpr authPlugin)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.