Module io.helidon.integrations.jdbc
Package io.helidon.integrations.jdbc
package io.helidon.integrations.jdbc
Support for JDBC constructs.
-
ClassesClassDescriptionA skeletal implementation of the
CommonDataSourceinterface.A skeletal implementation of theDataSourceinterface.ADelegatingConnectionwhoseConditionallyCloseableConnection.close()method performs a close only if theConditionallyCloseableConnection.isCloseable()method returnstrue.AConnectionthat delegates to anotherConnection.