Module org.itsallcode.jdbc
Package org.itsallcode.jdbc
package org.itsallcode.jdbc
- 
ClassDescriptionThis class connects to a database using
DriverManagerand returns newSimpleConnections.This represents a context with configuration for the Simple JDBC framework.A builder forContextobjects.This class connects to a database using aDataSourceand returns newSimpleConnections.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 aPreparedStatementfor multiple rows.A simplified version of a JDBCConnection.Wrapper forParameterMetaDatathat 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 checkedSQLExceptionis thrown.