SqfEntityConnectionMobile class

Inheritance

Properties

connection SqfEntityConnection?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDb(Database db, int version) → void
Creates db if not exist
override
getFinalDatabasePath(String defaultDatabasePath) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDb() Future<Database>
When the software/app is started, sqfentity checks the database was it initialized. If needed, initilizeDb method runs that CREATE TABLE / ALTER TABLE ADD COLUMN queries for you.
override
toString() String
A string representation of this object.
inherited
writeDatabase(ByteData data) Future<void>
override

Operators

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