public static enum PreparedStatementPool.MethodType extends Enum<PreparedStatementPool.MethodType>
Enum Constant and Description |
---|
M1 |
M2 |
M3 |
M4 |
M5 |
M6 |
Precall_1 |
Precall_2 |
Precall_3 |
Modifier and Type | Method and Description |
---|---|
static PreparedStatementPool.MethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreparedStatementPool.MethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreparedStatementPool.MethodType M1
public static final PreparedStatementPool.MethodType M2
public static final PreparedStatementPool.MethodType M3
public static final PreparedStatementPool.MethodType M4
public static final PreparedStatementPool.MethodType M5
public static final PreparedStatementPool.MethodType M6
public static final PreparedStatementPool.MethodType Precall_1
public static final PreparedStatementPool.MethodType Precall_2
public static final PreparedStatementPool.MethodType Precall_3
public static PreparedStatementPool.MethodType[] values()
for (PreparedStatementPool.MethodType c : PreparedStatementPool.MethodType.values()) System.out.println(c);
public static PreparedStatementPool.MethodType 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–2017 Alibaba Group. All rights reserved.