class DatabaseTasks_pgsql

Hierarchy

Expanded class hierarchy of DatabaseTasks_pgsql

File

drupal/includes/database/pgsql/install.inc, line 11
Install functions for PostgreSQL embedded database engine.

View source

Members

Namesort descending Modifiers Type Description Overrides
DatabaseTasks::$results protected property Results from tasks.
DatabaseTasks::$tasks protected property Structure that describes each task to run.
DatabaseTasks::checkEngineVersion protected function Check the engine version.
DatabaseTasks::connect protected function Check if we can connect to the database.
DatabaseTasks::fail protected function Assert test as failed.
DatabaseTasks::getFormOptions public function Return driver specific configuration options. 1
DatabaseTasks::hasPdoDriver protected function Ensure the PDO driver is supported by the version of PHP in use.
DatabaseTasks::installable public function Check whether Drupal is installable on the database.
DatabaseTasks::pass protected function Assert test as a pass.
DatabaseTasks::runTasks public function Run database tasks and tests to see if Drupal can run on the database.
DatabaseTasks::runTestQuery protected function Run SQL tests to ensure the database can execute commands with the current user.
DatabaseTasks::validateDatabaseSettings public function Validates driver specific configuration settings. 1
DatabaseTasks_pgsql::$pdoDriver protected property
DatabaseTasks_pgsql::checkBinaryOutput function Check Binary Output.
DatabaseTasks_pgsql::checkBinaryOutputSuccess protected function Verify that a binary data roundtrip returns the original string.
DatabaseTasks_pgsql::checkEncoding protected function Check encoding is UTF8.
DatabaseTasks_pgsql::checkPHPVersion function Check PHP version.
DatabaseTasks_pgsql::initializeDatabase function Make PostgreSQL Drupal friendly.
DatabaseTasks_pgsql::minimumVersion public function Return the minimum required version of the engine. Overrides DatabaseTasks::minimumVersion
DatabaseTasks_pgsql::name public function Return the human-readable name of the driver. Overrides DatabaseTasks::name
DatabaseTasks_pgsql::__construct public function