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 anEnhancedPreparedStatementinstance.An implementation ofConnectionProviderthat will just callDriverManager.getConnection(String,Properties)to obtain aConnection.An implementation ofConnectionProviderthat returns always the sameConnectioninstance.This exception will be thrown in cases where it is expected that aSELECTstatement should return not more than one single record, but theResultSetholds two or more records.
