Module io.helidon.integrations.jdbc
Package io.helidon.integrations.jdbc
package io.helidon.integrations.jdbc
Support for JDBC constructs.
-
ClassDescriptionA JDBC 4.3-compliant skeletal implementation of the
CommonDataSource
interface.A JDBC 4.3-compliant, skeletal implementation of theDataSource
interface.A JDBC 4.3-compliantDelegatingConnection
whoseConditionallyCloseableConnection.close()
method may or may not close it depending on other partial state.A JDBC 4.3-compliantCallableStatement
that delegates to another JDBC 4.3-compliantCallableStatement
.A JDBC 4.3-compliantDatabaseMetaData
that delegates to another JDBC 4.3-compliantDatabaseMetaData
.DelegatingPreparedStatement<S extends PreparedStatement>A JDBC 4.3-compliantPreparedStatement
that delegates to another JDBC 4.3-compliantPreparedStatement
.DelegatingStatement<S extends Statement>A useful functional interface whose implementations can perform work that may throw aSQLException
.A useful functional interface whose implementations can perform work that may throw aSQLException
.SQLSupplier<T>A useful functional interface whose implementations can perform work that may throw aSQLException
.ARuntimeException
that wraps aSQLException
.