Skip to content

Toro Cloud Dev Center


DatabaseConnectionPoolFunctions

DatabaseConnectionPool contains functions for managing the lifecycle of database connections. This class includes functions 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 functions in this class involve the use of Gloop objects; hence, this class is tagged as for-Gloop-use-only.

Here are example usages:

Sample service showing how to use the `DatabaseConnectionPool` functions