Schema::createTableSql
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

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

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

Whether or not the active transaction (if any) will be rolled back. Type: bool File

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

SQLite implementation of \Drupal\Core\Database\Connection

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

public static Connection::sqlFunctionIf($condition, $expr1,

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

protected Schema::mapKeyDefinition(array $key_definition, array $mapping)

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

protected Connection::handleQueryException(\PDOException $e

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

public Statement::execute($args = array(), $options = array())

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
Schema::createIndexSql
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

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

2025-01-10 15:47:30
Tasks::getFormOptions
  • References/PHP/Drupal/Database/Driver/sqlite/Install/Tasks

public Tasks::getFormOptions(array $database)

2025-01-10 15:47:30