class Statement
Same name in this branch
- 10 core/modules/sqlite/src/Driver/Database/sqlite/Statement.php \Drupal\sqlite\Driver\Database\sqlite\Statement
Same name in other branches
- 9 core/modules/sqlite/src/Driver/Database/sqlite/Statement.php \Drupal\sqlite\Driver\Database\sqlite\Statement
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php \Drupal\Core\Database\Driver\sqlite\Statement
- 9 core/lib/Drupal/Core/Database/Statement.php \Drupal\Core\Database\Statement
- 8.9.x core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php \Drupal\Core\Database\Driver\sqlite\Statement
- 8.9.x core/lib/Drupal/Core/Database/Statement.php \Drupal\Core\Database\Statement
- 11.x core/modules/sqlite/src/Driver/Database/sqlite/Statement.php \Drupal\sqlite\Driver\Database\sqlite\Statement
SQLite implementation of \Drupal\Core\Database\Statement.
Hierarchy
- class \Drupal\Core\Database\StatementPrefetchIterator implements \Drupal\Core\Database\Iterator, \Drupal\Core\Database\StatementInterface uses \Drupal\Core\Database\StatementIteratorTrait, \Drupal\Core\Database\FetchModeTrait
- class \Drupal\sqlite\Driver\Database\sqlite\Statement extends \Drupal\Core\Database\StatementPrefetchIterator implements \Drupal\Core\Database\StatementInterface
- class \Drupal\Core\Database\Driver\sqlite\Statement extends \Drupal\sqlite\Driver\Database\sqlite\Statement
- class \Drupal\sqlite\Driver\Database\sqlite\Statement extends \Drupal\Core\Database\StatementPrefetchIterator implements \Drupal\Core\Database\StatementInterface
Expanded class hierarchy of Statement
Deprecated
in drupal:9.4.0 and is removed from drupal:11.0.0. The SQLite database driver has been moved to the sqlite module.
See also
https://www.drupal.org/node/3129492
1 file declares its use of Statement
- SqliteDriverLegacyTest.php in core/
modules/ sqlite/ tests/ src/ Kernel/ sqlite/ SqliteDriverLegacyTest.php
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Statement.php, line 17
Namespace
Drupal\Core\Database\Driver\sqliteView source
class Statement extends SqliteStatement {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.