ChangeUserCommand

Constructors

this
this(string username, string password, string database, MySQLCollation collation, Map!(string, string) connectionAttributes)
Undocumented in source.

Members

Functions

collation
MySQLCollation collation()
Undocumented in source. Be warned that the author may not have intended to support it.
connectionAttributes
Map!(string, string) connectionAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
database
string database()
Undocumented in source. Be warned that the author may not have intended to support it.
password
string password()
Undocumented in source. Be warned that the author may not have intended to support it.
username
string username()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta