Package-level declarations
Support for accessing JDBC javax.sql.DataSource metadata.
Types
Link copied to clipboard
A base DataSourcePoolMetadata implementation.
Link copied to clipboard
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
Link copied to clipboard
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
Link copied to clipboard
interface DataSourcePoolMetadata
Provides access meta-data that is commonly available from most pooled DataSource implementations.
Link copied to clipboard
Provide a DataSourcePoolMetadata based on a DataSource.
Link copied to clipboard
DataSourcePoolMetadata for a Hikari DataSource.
Link copied to clipboard
DataSourcePoolMetadata for an Oracle UCP DataSource.
Link copied to clipboard
DataSourcePoolMetadata for a Tomcat DataSource.