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() |
boolean |
isPluginAs() |
void |
setAuthPlugin(SQLExpr authPlugin) |
void |
setPassword(SQLExpr password) |
void |
setPasswordHash(boolean passwordHash) |
void |
setPluginAs(boolean pluginAs) |
void |
setUser(SQLExpr user) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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 boolean isPluginAs()
public void setPluginAs(boolean pluginAs)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.