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, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 MySqlObject
accept0
in class MySqlObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.