Access class abstract
Constructors
- Access()
Properties
- encryptionFactory → Factory
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sqflite
→ Future<
Database> -
no setterinherited
- sqfliteTable → Sqflite
-
no setteroverride
-
sqfliteTableList
→ List<
Sqflite> -
no setterinherited
- sqfliteVersion → int
-
no setterinherited
Methods
-
decryptId(
String? id) → Future -
deleteAll(
) → Future< void> -
inherited
-
deleteById(
dynamic id) → Future< void> -
encryptId(
dynamic id) → Future -
insert(
Model model, {int? selectAllLength}) → Future< void> -
inherited
-
insertAll(
List< Model> list) → Future<void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectAll(
) → Future< List< Model> > -
inherited
-
selectById(
dynamic id) → Future< Model?> -
toMap(
Model? model) → Future< Map< String, dynamic> > -
inherited
-
toModel(
Map< String, dynamic> map) → Future<Model?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited