public static enum Mysqli.LastSqlType extends java.lang.Enum<Mysqli.LastSqlType>
| Modifier and Type | Method and Description |
|---|---|
static Mysqli.LastSqlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mysqli.LastSqlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mysqli.LastSqlType NONE
public static final Mysqli.LastSqlType UPDATE
public static final Mysqli.LastSqlType DESCRIBE
public static Mysqli.LastSqlType[] values()
for (Mysqli.LastSqlType c : Mysqli.LastSqlType.values()) System.out.println(c);
public static Mysqli.LastSqlType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null