Uses of Interface
org.tquadrat.foundation.sql.ConnectionProvider
Packages that use ConnectionProvider
Package
Description
Helpers and wrappers for work with databases that will be accessed via
JDBC.
-
Uses of ConnectionProvider in org.tquadrat.foundation.sql
Classes in org.tquadrat.foundation.sql that implement ConnectionProviderModifier and TypeClassDescriptionfinal class
An implementation ofConnectionProvider
that will just callDriverManager.getConnection(String,Properties)
to obtain aConnection
.final class
An implementation ofConnectionProvider
that returns always the sameConnection
instance.