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

public Connection::mapConditionOperator($operator)

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

public static Connection::sqlFunctionRand($seed = NULL)

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

public Connection::nextId($existing_id = 0)

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

public static Connection::sqlFunctionSubstring($string, $from

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

public Connection::createDatabase($database)

2025-01-10 15:47:30