DbTableWithConverter<KeyType, T> class
final
Constructors
-
DbTableWithConverter(DbTable<
KeyType> table, Converter<T> converter) -
const
Properties
Methods
-
batch(
void executor(BatchTableWithConverter< T> batch)) → Future<void> -
delete(
Query query) → Future< int> -
deleteId(
KeyType id) → Future< int> -
fromDb(
RawData data) → T -
idQuery(
) → PartialQuery -
innerJoin<
K> (DbTableWithConverter< KeyType, K> joinee, Query on) → DbTable -
insert(
T value, {ConflictAlgorithm conflictAlgorithm = ConflictAlgorithm.abort}) → Future< KeyType> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
query(
Query query) → Future< List< T> > -
queryId(
KeyType id) → Future< T?> -
single(
KeyType id) → Query -
toString(
) → String -
A string representation of this object.
inherited
-
update(
T value, Query query) → Future< int> -
updateId(
T value, KeyType id) → Future< int> -
watch(
Query query) → Stream< List< T> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited