Connection
  • References/PHP/Drupal/Database/Driver/sqlite/Connection

SQLite implementation of \Drupal\Core\Database\Connection

2025-01-10 15:47:30
Schema::introspectSchema
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

protected Schema::introspectSchema($table)

2025-01-10 15:47:30
Schema::findTables
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

public Schema::findTables($table_expression)

2025-01-10 15:47:30
Insert::__toString
  • References/PHP/Drupal/Database/Driver/sqlite/Insert

public Insert::__toString() Implements

2025-01-10 15:47:30
Connection::sqlFunctionConcatWs
  • References/PHP/Drupal/Database/Driver/sqlite/Connection

public static Connection::sqlFunctionConcatWs()

2025-01-10 15:47:30
Connection::$tableDropped
  • References/PHP/Drupal/Database/Driver/sqlite/Connection

Whether or not a table has been dropped this request: the destructor will only try to get rid of unnecessary databases if there is potential of them being empty.

2025-01-10 15:47:30
Connection::DATABASE_NOT_FOUND
  • References/PHP/Drupal/Database/Driver/sqlite/Connection

Error code for "Unable to open database file" error. File core/lib/Drupal/Core/Database/Driver/sqlite/Connection

2025-01-10 15:47:30
Schema::createIndexSql
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

protected Schema::createIndexSql($tablename, $schema)

2025-01-10 15:47:30
Schema::addField
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

public Schema::addField($table, $field, $specification, $keys_new

2025-01-10 15:47:30
Schema::indexExists
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

public Schema::indexExists($table, $name)

2025-01-10 15:47:30