Rollback the active database transaction.
@override Future<void> rollBack() async { await unprepared('ROLLBACK'); }