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