public class DbcpDataSourcePoolMetadata
extends io.micronaut.jdbc.metadata.AbstractDataSourcePoolMetadata<org.apache.commons.dbcp2.BasicDataSource>
DataSourcePoolMetadata
for a DBCP BasicDataSource
.
NOTICE: Forked from Spring Boot.Constructor and Description |
---|
DbcpDataSourcePoolMetadata(org.apache.commons.dbcp2.BasicDataSource dataSource)
DBCP typed
DataSourcePoolMetadata object. |
Modifier and Type | Method and Description |
---|---|
Integer |
getActive() |
Boolean |
getDefaultAutoCommit() |
Integer |
getIdle() |
Integer |
getMax() |
Integer |
getMin() |
String |
getValidationQuery() |