| org.h2.command.ddl.DefineCommand org.h2.command.ddl.AlterUser
AlterUser | public class AlterUser extends DefineCommand (Code) | | This class represents the statements
ALTER USER ADMIN,
ALTER USER RENAME,
ALTER USER SET PASSWORD
|
Field Summary | |
final public static int | ADMIN The command type to change the admin flag. | final public static int | RENAME The command type to rename the user. | final public static int | SET_PASSWORD The command type to set the password. |
ADMIN | final public static int ADMIN(Code) | | The command type to change the admin flag.
|
RENAME | final public static int RENAME(Code) | | The command type to rename the user.
|
SET_PASSWORD | final public static int SET_PASSWORD(Code) | | The command type to set the password.
|
setAdmin | public void setAdmin(boolean admin)(Code) | | |
setType | public void setType(int type)(Code) | | |
|
|