Batch class final

Constructors

Batch(SqlliteDatabase database)

Properties

batch → Batch
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind<Key_, T>(DbTableWithConverter<Key_, T> table) BatchTableWithConverter<T>
commit() Future<BatchResult>
delete(Table table, Query query) → void
execute(String sql, [List<Object?>? arguments]) → void
This executes raw sql on the batch
insert(Table table, Map<String, Object?> values, {ConflictAlgorithm conflictAlgorithm = ConflictAlgorithm.abort}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Table table, Map<String, Object?> values, Query query) → void
withTable(Table table) BatchTable
withTableAndConverter<T>(Table table, Converter<T> converter) BatchTableWithConverter<T>

Operators

operator ==(Object other) bool
The equality operator.
inherited