public static enum MySqlAlterUserStatement.PasswordExpire extends Enum<MySqlAlterUserStatement.PasswordExpire>
| Enum Constant and Description |
|---|
PASSWORD_EXPIRE |
PASSWORD_EXPIRE_DEFAULT |
PASSWORD_EXPIRE_INTERVAL |
PASSWORD_EXPIRE_NEVER |
| Modifier and Type | Method and Description |
|---|---|
static MySqlAlterUserStatement.PasswordExpire |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlAlterUserStatement.PasswordExpire[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySqlAlterUserStatement.PasswordExpire PASSWORD_EXPIRE
public static final MySqlAlterUserStatement.PasswordExpire PASSWORD_EXPIRE_DEFAULT
public static final MySqlAlterUserStatement.PasswordExpire PASSWORD_EXPIRE_NEVER
public static final MySqlAlterUserStatement.PasswordExpire PASSWORD_EXPIRE_INTERVAL
public static MySqlAlterUserStatement.PasswordExpire[] values()
for (MySqlAlterUserStatement.PasswordExpire c : MySqlAlterUserStatement.PasswordExpire.values()) System.out.println(c);
public static MySqlAlterUserStatement.PasswordExpire valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013–2022 Alibaba Group. All rights reserved.