DataAccessImplementation class abstract
- Implementers
Constructors
Properties
- context → BuildContext
-
no setter
- dataAccess ↔ DataAccess
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
aggregation(
Access access) → FutureOr< ReadListResult> -
any(
AccessEvent event) → FutureOr< DbResult> -
count(
Access access) → FutureOr< DbResult< int> > -
create(
Access access) → FutureOr< CreateDbResult> -
delete(
Access access) → FutureOr< DeleteDbResult> -
exists(
Access access) → FutureOr< DbResult< bool> > -
init(
) → FutureOr< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
Access access) → FutureOr< ReadDbResult> -
readList(
Access access) → FutureOr< ReadListResult> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
Access access) → FutureOr< UpdateDbResult>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited