Package io.dropwizard.db
Interface ManagedDataSource
- All Superinterfaces:
CommonDataSource,DataSource,io.dropwizard.lifecycle.Managed,Wrapper
- All Known Implementing Classes:
ManagedPooledDataSource
-
Method Summary
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface io.dropwizard.lifecycle.Managed
start, stopMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap