public function DatabaseTasks_sqlite::name
Return the human-readable name of the driver.
Overrides DatabaseTasks::name
Archivo
- drupal-7.x/
includes/ database/ sqlite/ install.inc, line 11 - SQLite specific install functions
Class
Código
public function name() {
return st('SQLite');
}