Expanded class hierarchy of DatabaseTasks_pgsql
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DatabaseTasks:: |
protected | property | Results from tasks. | |
DatabaseTasks:: |
protected | property | Structure that describes each task to run. | |
DatabaseTasks:: |
protected | function | Check the engine version. | |
DatabaseTasks:: |
protected | function | Check if we can connect to the database. | |
DatabaseTasks:: |
protected | function | Assert test as failed. | |
DatabaseTasks:: |
public | function | Return driver specific configuration options. | 1 |
DatabaseTasks:: |
protected | function | Ensure the PDO driver is supported by the version of PHP in use. | |
DatabaseTasks:: |
public | function | Check whether Drupal is installable on the database. | |
DatabaseTasks:: |
protected | function | Assert test as a pass. | |
DatabaseTasks:: |
public | function | Run database tasks and tests to see if Drupal can run on the database. | |
DatabaseTasks:: |
protected | function | Run SQL tests to ensure the database can execute commands with the current user. | |
DatabaseTasks:: |
public | function | Validates driver specific configuration settings. | 1 |
DatabaseTasks_pgsql:: |
protected | property | ||
DatabaseTasks_pgsql:: |
function | Check Binary Output. | ||
DatabaseTasks_pgsql:: |
protected | function | Verify that a binary data roundtrip returns the original string. | |
DatabaseTasks_pgsql:: |
protected | function | Check encoding is UTF8. | |
DatabaseTasks_pgsql:: |
function | Check PHP version. | ||
DatabaseTasks_pgsql:: |
function | Make PostgreSQL Drupal friendly. | ||
DatabaseTasks_pgsql:: |
public | function |
Return the minimum required version of the engine. Overrides DatabaseTasks:: |
|
DatabaseTasks_pgsql:: |
public | function |
Return the human-readable name of the driver. Overrides DatabaseTasks:: |
|
DatabaseTasks_pgsql:: |
public | function |