Ensure the PDO driver is supported by the version of PHP in use.
bool TRUE if the PDO driver is supported, otherwise FALSE.
protected function hasPdoDriver() { return in_array($this->pdoDriver, \PDO::getAvailableDrivers()); }