public static enum PreparedStatementPool.MethodType extends Enum<PreparedStatementPool.MethodType>
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2013–2016 Alibaba Group. All rights reserved.