AlterUser
This class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORD
Methods
int
getType
()
int
getType
()
void
setAdmin
(boolean admin)
void
setAdmin
(boolean admin)
void
setHash
(Expression e)
void
setHash
(Expression e)
void
setNewName
(String newName)
void
setNewName
(String newName)
void
setPassword
(Expression password)
void
setPassword
(Expression password)
void
setSalt
(Expression e)
void
setSalt
(Expression e)
void
setType
(int type)
void
setType
(int type)
void
setUser
(User user)
void
setUser
(User user)
int
update
()
int
update
()