Enum PoolingConnection.StatementType

java.lang.Object
java.lang.Enum<PoolingConnection.StatementType>
org.apache.commons.dbcp2.PoolingConnection.StatementType
All Implemented Interfaces:
Serializable, Comparable<PoolingConnection.StatementType>
Enclosing class:
PoolingConnection

Statement types. See subclasses of Statement.
Since:
2.0 protected enum., 2.4.0 public enum.
See Also: