public enum InnodbMethod extends Enum<InnodbMethod>
| Enum Constant and Description |
|---|
INNODB_QUERYABLE_QUERY
Method signature to call for code generation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableMap<Method,InnodbMethod> |
MAP |
Method |
method |
| Modifier and Type | Method and Description |
|---|---|
static InnodbMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InnodbMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InnodbMethod INNODB_QUERYABLE_QUERY
public final Method method
public static final com.google.common.collect.ImmutableMap<Method,InnodbMethod> MAP
public static InnodbMethod[] values()
for (InnodbMethod c : InnodbMethod.values()) System.out.println(c);
public static InnodbMethod 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 © 2012-2025 Apache Software Foundation. All Rights Reserved.