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

public Connection::prepare($statement, array $driver_options

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

SQLite implementation of \Drupal

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

public Schema::getFieldTypeMap() This

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

public Schema::tableExists($table) Check

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

public Schema::addIndex($table, $name, $fields, array $spec)

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

public Connection::mapConditionOperator($operator)

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

public Connection::queryRange($query, $from, $count, array $args

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

All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table Type:

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

public Schema::dropField($table, $field) Drop

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

public Schema::fieldSetNoDefault($table, $field)

2025-01-10 15:47:30