You are here

protected property Connection::$willRollback in Drupal 10

Whether or not the active transaction (if any) will be rolled back.

Type: bool

File

core/modules/sqlite/src/Driver/Database/sqlite/Connection.php, line 29

Class

Connection
SQLite implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\sqlite\Driver\Database\sqlite

Code

protected $willRollback;