Determines if there is an active connection.
bool TRUE if there is at least one database connection established, FALSE otherwise.
protected function isConnectionActive() { return Database::isActiveConnection(); }