Module org.tquadrat.foundation.sql
Package org.tquadrat.foundation.sql
Helpers and wrappers for work with databases that will be accessed via
JDBC.
-
ClassDescriptionReturns a database connection.Several utilities for the work with databases that will be accessed through plain JDBC.Instances of this class are used to return the status of a call to
DatabaseUtils.execute(Connection,String...)
.The definition of an enhancedPreparedStatement
.The definition of logger method for aPreparedStatement
.An instance of an implementation of this interface can be used to get information about the types and properties for each named parameter in anEnhancedPreparedStatement
instance.An implementation ofConnectionProvider
that will just callDriverManager.getConnection(String,Properties)
to obtain aConnection
.An implementation ofConnectionProvider
that returns always the sameConnection
instance.This exception will be thrown in cases where it is expected that aSELECT
statement should return not more than one single record, but theResultSet
holds two or more records.