DatabaseConnectionPoolMethods
DatabaseConnectionPoolMethods
contains one-liners
for managing the lifecycle of database connections.
This class includes methods that allow you to:
- get information about a connection;
- enable and disable connections;
- start and stop connections;
- save new and delete existing connections;
- test connections; and
- check for driver support.
For Gloop only
Most methods in this class involve the use of Gloop objects; hence, this class is tagged as for-Gloop-use-only.
Here are example usages: