SqfliteCommonStoreContext<TEntity extends EntityBase> class

Inheritance

Constructors

SqfliteCommonStoreContext.new({required String dbName, required int dbVersion, required List<TEntity> 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<TEntity>
finalinherited

Methods

close() Future<void>
inherited
copyWith({String? dbName, int? dbVersion, List<TEntity>? tables}) SqfliteCommonStoreContext<TEntity>
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