Uses of Package
org.tquadrat.foundation.sql
Packages that use org.tquadrat.foundation.sql
Package
Description
Helpers and wrappers for work with databases that will be accessed via
JDBC.
The internal classes for the sql module.
-
Classes in org.tquadrat.foundation.sql used by org.tquadrat.foundation.sqlClassDescriptionReturns a database connection.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. -
Classes in org.tquadrat.foundation.sql used by org.tquadrat.foundation.sql.internalClassDescriptionThe definition of an enhanced
PreparedStatement
.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.