public static enum DataSourceProviderUtils.PoolType extends Enum<DataSourceProviderUtils.PoolType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataSourceProviderUtils.PoolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceProviderUtils.PoolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceProviderUtils.PoolType HIKARI
public static final DataSourceProviderUtils.PoolType TOMCAT
public static final DataSourceProviderUtils.PoolType DBCP2
public static final DataSourceProviderUtils.PoolType ATOMIKOS
public static DataSourceProviderUtils.PoolType[] values()
for (DataSourceProviderUtils.PoolType c : DataSourceProviderUtils.PoolType.values()) System.out.println(c);
public static DataSourceProviderUtils.PoolType 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 nullpublic String toString()
toString in class Enum<DataSourceProviderUtils.PoolType>Copyright © 2021. All rights reserved.