BatchTable class final
Constructors
- BatchTable(Batch batch, Table table)
-
const
Properties
Methods
-
delete(
Query query) → void -
innerJoin(
DbTable joinee, Query on) → BatchTable -
insert(
Map< String, Object?> values) → 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(
Map< String, Object?> values, Query query) → void -
withConverter<
T> (Converter< T> converter) → BatchTableWithConverter<T>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited