Module io.helidon.integrations.jdbc
Package io.helidon.integrations.jdbc
Support for JDBC constructs.
-
Class Summary Class Description AbstractCommonDataSource A skeletal implementation of theCommonDataSourceinterface.AbstractDataSource A skeletal implementation of theDataSourceinterface.ConditionallyCloseableConnection ADelegatingConnectionwhoseConditionallyCloseableConnection.close()method performs a close only if theConditionallyCloseableConnection.isCloseable()method returnstrue.DelegatingConnection AConnectionthat delegates to anotherConnection.