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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetLoginTimeout(int loginTimeout) voidsetLogWriter(PrintWriter logWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder
-
Constructor Details
-
AbstractCommonDataSource
protected AbstractCommonDataSource()Creates a newAbstractCommonDataSource.
-
-
Method Details
-
getLogWriter
- Specified by:
getLogWriterin interfaceCommonDataSource- Throws:
SQLException
-
setLogWriter
- Specified by:
setLogWriterin interfaceCommonDataSource- Throws:
SQLException
-
getLoginTimeout
- Specified by:
getLoginTimeoutin interfaceCommonDataSource- Throws:
SQLException
-
setLoginTimeout
- Specified by:
setLoginTimeoutin interfaceCommonDataSource- Throws:
SQLException
-
getParentLogger
- Specified by:
getParentLoggerin interfaceCommonDataSource- Throws:
SQLFeatureNotSupportedException
-