SQLiteTransaction constructor
SQLiteTransaction(
- Database _database
Implementation
SQLiteTransaction(this._database) {
_database.execute('BEGIN TRANSACTION');
_transactionStarted = true;
}
SQLiteTransaction(this._database) {
_database.execute('BEGIN TRANSACTION');
_transactionStarted = true;
}