Module io.helidon.integrations.jdbc
Package io.helidon.integrations.jdbc
Class AbstractCommonDataSource
java.lang.Object
io.helidon.integrations.jdbc.AbstractCommonDataSource
- All Implemented Interfaces:
- CommonDataSource
- Direct Known Subclasses:
- AbstractDataSource
A JDBC
 4.3-compliant skeletal implementation of the 
CommonDataSource interface.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetLoginTimeout(int loginTimeout) voidsetLogWriter(PrintWriter logWriter) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.CommonDataSourcecreateShardingKeyBuilder
- 
Constructor Details- 
AbstractCommonDataSourceprotected AbstractCommonDataSource()Creates a newAbstractCommonDataSource.
 
- 
- 
Method Details- 
getLogWriter- Specified by:
- getLogWriterin interface- CommonDataSource
- Throws:
- SQLException
 
- 
setLogWriter- Specified by:
- setLogWriterin interface- CommonDataSource
- Throws:
- SQLException
 
- 
getLoginTimeout- Specified by:
- getLoginTimeoutin interface- CommonDataSource
- Throws:
- SQLException
 
- 
setLoginTimeout- Specified by:
- setLoginTimeoutin interface- CommonDataSource
- Throws:
- SQLException
 
- 
getParentLogger- Specified by:
- getParentLoggerin interface- CommonDataSource
- Throws:
- SQLFeatureNotSupportedException
 
 
-