On this page
class DatabaseTasks_sqlite
Hierarchy
- class \DatabaseTasks
     - class \DatabaseTasks_sqlite
 
Expanded class hierarchy of DatabaseTasks_sqlite
File
- includes/database/sqlite/install.inc, line 8
- SQLite specific install functions
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::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_sqlite::$pdoDriver | protected | property | |
| DatabaseTasks_sqlite::getFormOptions | public | function | Return driver specific configuration options. Overrides DatabaseTasks::getFormOptions | 
| DatabaseTasks_sqlite::minimumVersion | public | function | Minimum engine version. Overrides DatabaseTasks::minimumVersion | 
| DatabaseTasks_sqlite::name | public | function | Return the human-readable name of the driver. Overrides DatabaseTasks::name | 
| DatabaseTasks_sqlite::validateDatabaseSettings | public | function | Validates driver specific configuration settings. Overrides DatabaseTasks::validateDatabaseSettings | 
© 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!sqlite!install.inc/class/DatabaseTasks_sqlite/7.x