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 classAn implementation ofConnectionProviderthat will just callDriverManager.getConnection(String,Properties)to obtain aConnection.final classAn implementation ofConnectionProviderthat returns always the sameConnectioninstance.
