
public static enum IPreparedStatementCache.ReuseProbability extends Enum<IPreparedStatementCache.ReuseProbability>
MAX.
HIGH.
MEDIUM.
LOW
| Modifier and Type | Method and Description |
|---|---|
static IPreparedStatementCache.ReuseProbability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPreparedStatementCache.ReuseProbability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPreparedStatementCache.ReuseProbability MAX
public static final IPreparedStatementCache.ReuseProbability HIGH
public static final IPreparedStatementCache.ReuseProbability MEDIUM
public static final IPreparedStatementCache.ReuseProbability LOW
public static IPreparedStatementCache.ReuseProbability[] values()
for (IPreparedStatementCache.ReuseProbability c : IPreparedStatementCache.ReuseProbability.values()) System.out.println(c);
public static IPreparedStatementCache.ReuseProbability 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 (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.