MySqlCreateUserStatement.UserSpecification

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getAuthPlugin
SQLExpr getAuthPlugin()
Undocumented in source. Be warned that the author may not have intended to support it.
getPassword
SQLExpr getPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getUser
SQLExpr getUser()
Undocumented in source. Be warned that the author may not have intended to support it.
isPasswordHash
bool isPasswordHash()
Undocumented in source. Be warned that the author may not have intended to support it.
setAuthPlugin
void setAuthPlugin(SQLExpr authPlugin)
Undocumented in source. Be warned that the author may not have intended to support it.
setPassword
void setPassword(SQLExpr password)
Undocumented in source. Be warned that the author may not have intended to support it.
setPasswordHash
void setPasswordHash(bool passwordHash)
Undocumented in source. Be warned that the author may not have intended to support it.
setUser
void setUser(SQLExpr user)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

Meta