public enum PoolType extends Enum<PoolType>
public static final PoolType Druid
public static final PoolType TomcatJdbc
public static final PoolType BoneCP
public static final PoolType C3P0
public static final PoolType Dbcp2
public static final PoolType Dbcp
public static PoolType[] values()
for (PoolType c : PoolType.values()) System.out.println(c);
public static PoolType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getClassName()
Copyright © 2019. All rights reserved.