namespace Drupal\sqlite\Driver\Database\sqlite
Same name in other branches
Object name | File name | Summary |
---|---|---|
Connection | core/modules/sqlite/src/Driver/Database/sqlite/Connection.php | SQLite implementation of \Drupal\Core\Database\Connection. |
Delete | core/modules/sqlite/src/Driver/Database/sqlite/Delete.php | SQLite implementation of \Drupal\Core\Database\Query\Delete. |
Insert | core/modules/sqlite/src/Driver/Database/sqlite/Insert.php | SQLite implementation of \Drupal\Core\Database\Query\Insert. |
Merge | core/modules/sqlite/src/Driver/Database/sqlite/Merge.php | SQLite implementation of \Drupal\Core\Database\Query\Merge. |
PDOConnection | core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php | SQLite-specific implementation of a PDO connection. |
Schema | core/modules/sqlite/src/Driver/Database/sqlite/Schema.php | SQLite implementation of \Drupal\Core\Database\Schema. |
Select | core/modules/sqlite/src/Driver/Database/sqlite/Select.php | SQLite implementation of \Drupal\Core\Database\Query\Select. |
Statement | core/modules/sqlite/src/Driver/Database/sqlite/Statement.php | SQLite implementation of \Drupal\Core\Database\Statement. |
Truncate | core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php | SQLite implementation of \Drupal\Core\Database\Query\Truncate. |
Update | core/modules/sqlite/src/Driver/Database/sqlite/Update.php | SQLite implementation of \Drupal\Core\Database\Query\Update. |
Upsert | core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php | SQLite implementation of \Drupal\Core\Database\Query\Upsert. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.