DatabaseTable<D extends GeneratedDatabase, T extends TableInfo<Table, dynamic> , R extends DataClass> class
abstract
Constructors
- DatabaseTable(D db)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< int> -
migrate(
Migrator m, int from, int to) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readOne(
) → Future< R?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateOne(
String key, dynamic value) → Future< R> -
writeOne(
R data) → Future< R>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited