Module org.itsallcode.jdbc
Package org.itsallcode.jdbc
package org.itsallcode.jdbc
-
ClassDescriptionThis class connects to a database using
DriverManager
and returns newSimpleConnection
s.This represents a context with configuration for the Simple JDBC framework.A builder forContext
objects.This class connects to a database using aDataSource
and returns newSimpleConnection
s.Interface containing various DB operations.This converts a domain object to an array of types supported by the database when inserting rows.Instances of this class allow setting values for aPreparedStatement
.Instances of this class allow setting values for aPreparedStatement
for multiple rows.A simplified version of a JDBCConnection
.Wrapper forParameterMetaData
that simplifies usage.A parameter for a prepared statement.Parameter type.Parameter nullability status.Simple wrapper for a JDBCPreparedStatement
.Simple wrapper for a JDBCStatement
.A running database transaction.This unchecked exception is thrown whenever a checkedSQLException
is thrown.