SqliteCommands class

SqliteCommands Is Class Is Backend Work So Don't Worry It's Auto Using

Constructors

SqliteCommands({required SqliteData sqliteData})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqliteData SqliteData
SqliteData Has Tables And Data Of Database
getter/setter pair

Methods

DBLoad() Future<Database>
DBLoad Function For Load Db
GetProperties(EFTable<IModel> table) String
GetProperties Function For Get The Properties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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