SqfEntityConnectionFfi class
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