BatchTableWithConverter<T> class
final
Constructors
-
BatchTableWithConverter(BatchTable batch, Converter<
T> converter) -
const
Properties
- batch → BatchTable
-
final
-
converter
→ Converter<
T> -
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
-
delete(
Query query) → void -
deleteId<
K> (K id) → void -
innerJoin(
DbTable joinee, Query on) → BatchTable -
insert(
T value) → 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(
T value, Query query) → void -
updateId<
K> (T value, K id) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited