SqfliteDbContext<TEntity extends IEntity> class

Inheritance

Constructors

SqfliteDbContext({required String dbName, required int dbVersion, required List<IEntity> tables})

Properties

database Future<Database>
no setterinherited
dbName String
finalinherited
dbVersion int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables List<IEntity>
finalinherited

Methods

close() Future
inherited
getDbFullName() Future<String>
getDbPath() Future<String>
getVersion() Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDbCreate(Database db, int version) FutureOr<void>
inherited
onDbDowngrade(Database db, int oldVersion, int newVersion) FutureOr<void>
inherited
onDbUpgrade(Database db, int oldVersion, int newVersion) FutureOr<void>
inherited
open() Future<Database>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited