BatchTable class final

Constructors

BatchTable(Batch batch, Table table)
const

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
table Table
final

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