You are here

public function DatabaseTasks_sqlite::name in Drupal 7

Return the human-readable name of the driver.

Overrides DatabaseTasks::name

File

includes/database/sqlite/install.inc, line 11
SQLite specific install functions

Class

DatabaseTasks_sqlite
@file SQLite specific install functions

Code

public function name() {
  return st('SQLite');
}