public static class MySqlCreateUserStatement.UserSpecification extends MySqlObjectImpl
构造器和说明 |
---|
UserSpecification() |
限定符和类型 | 方法和说明 |
---|---|
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
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
在接口中 MySqlObject
accept0
在类中 MySqlObjectImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.