java.lang.Object
io.helidon.integrations.jdbc.AbstractCommonDataSource
io.helidon.integrations.jdbc.AbstractDataSource
- All Implemented Interfaces:
- Wrapper,- CommonDataSource,- DataSource
- Direct Known Subclasses:
- JtaAdaptingDataSource,- JtaDataSource,- XADataSourceWrappingDataSource
A JDBC
 4.3-compliant, skeletal implementation of the 
DataSource interface.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.helidon.integrations.jdbc.AbstractCommonDataSourcegetLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriterMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.CommonDataSourcecreateShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSourcecreateConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
- 
Constructor Details- 
AbstractDataSourceprotected AbstractDataSource()Creates a newAbstractDataSource.
 
- 
- 
Method Details- 
isWrapperFor- Specified by:
- isWrapperForin interface- Wrapper
- Throws:
- SQLException
 
- 
unwrap- Specified by:
- unwrapin interface- Wrapper
- Throws:
- SQLException
 
 
-