Package de.smartsquare.squit.db
Class ConnectionCollection
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class ConnectionCollection implements AutoCloseable
Data structure for holding DSLContext objects with auto close capabilities.
The contexts are held in a HashMap keyed by the jdbc address, username and password triple.
-
-
Constructor Summary
Constructors Constructor Description ConnectionCollection()
-