On this page
class DatabaseTasks_pgsql
Hierarchy
- class \DatabaseTasks
- class \DatabaseTasks_pgsql
Expanded class hierarchy of DatabaseTasks_pgsql
File
- includes/database/pgsql/install.inc, line 11
- Install functions for PostgreSQL embedded database engine.
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| 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. |
| 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. |
| 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 |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!pgsql!install.inc/class/DatabaseTasks_pgsql/7.x