function SqliteConnection::rollBack
Same name and namespace in other branches
- 11.x core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php \Drupal\sqlite\Driver\Database\sqlite\SqliteConnection::rollBack()
File
-
core/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ SqliteConnection.php, line 51
Class
- SqliteConnection
- SQLite-specific implementation of a PDO connection.
Namespace
Drupal\sqlite\Driver\Database\sqliteCode
public function rollBack() : bool {
return $this->exec('ROLLBACK') !== FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.