public static enum JDBCDriverConfConstants.ConnectionPoolProperties extends Enum<JDBCDriverConfConstants.ConnectionPoolProperties>
| Enum Constant and Description | 
|---|
| JDBC_GET_CONNECTION_TIMEOUTThe Constant JDBC_GET_CONNECTION_TIMEOUT. | 
| JDBC_MAX_IDLE_TIME_EXCESS_CONNECTIONSJDBC_MAX_IDLE_TIME_EXCESS_CONNECTIONS | 
| JDBC_MAX_STATEMENTS_PER_CONNECTIONThe Constant JDBC_MAX_STATEMENTS_PER_CONNECTION. | 
| JDBC_POOL_IDLE_TIMEThe Constant JDBC_POOL_IDLE_TIME. | 
| JDBC_POOL_MAX_SIZEThe Constant JDBC_POOL_MAX_SIZE_DEFAULT. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConfigKey() | 
| int | getDefaultValue() | 
| String | getPoolProperty() | 
| static JDBCDriverConfConstants.ConnectionPoolProperties | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static JDBCDriverConfConstants.ConnectionPoolProperties[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final JDBCDriverConfConstants.ConnectionPoolProperties JDBC_POOL_MAX_SIZE
public static final JDBCDriverConfConstants.ConnectionPoolProperties JDBC_POOL_IDLE_TIME
public static final JDBCDriverConfConstants.ConnectionPoolProperties JDBC_MAX_IDLE_TIME_EXCESS_CONNECTIONS
public static final JDBCDriverConfConstants.ConnectionPoolProperties JDBC_MAX_STATEMENTS_PER_CONNECTION
public static final JDBCDriverConfConstants.ConnectionPoolProperties JDBC_GET_CONNECTION_TIMEOUT
public static JDBCDriverConfConstants.ConnectionPoolProperties[] values()
for (JDBCDriverConfConstants.ConnectionPoolProperties c : JDBCDriverConfConstants.ConnectionPoolProperties.values()) System.out.println(c);
public static JDBCDriverConfConstants.ConnectionPoolProperties 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 null@Generated(value="lombok") public String getPoolProperty()
@Generated(value="lombok") public String getConfigKey()
@Generated(value="lombok") public int getDefaultValue()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.