SqfliteBatch<T extends IModel> class

Constructors

SqfliteBatch({required SqliteData data, required EFTable<T> table})

Properties

batch ↔ Batch
batch is the instace for batch
getter/setter pair
data SqliteData
data is class have all data tables connection and other
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
query SqliteQuery<T>
query is to base query
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table EFTable<T>
table is the current table has name and propertieses and other
getter/setter pair

Methods

Add(T item) Future<void>
Add Function For Add Any Item To Table
Commit() Future<void>
Commit After Write All Statements This Gonna Commit
Delete(dynamic id) → void
Delete Function For Delete Any Item From Table
Execute(String sql) Future<void>
Execute Function For Execute Any Sql Command
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OpenBatch() Future<void>
OpenBatch Function is for open or start batch
toString() String
A string representation of this object.
inherited
Update(T item) → void
Update Function For Update Any Item To Table

Operators

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