sqlite class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ Database?
-
getter/setter pair
- migrate ↔ dynamic
-
getter/setter pair
- migrateTableSchema ↔ String
-
getter/setter pair
- path ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema ↔ String
-
getter/setter pair
Methods
-
DB(
) → Future< Database?> -
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
Static Properties
- migrateTableName ↔ String
-
getter/setter pair
Constants
- CompleteStatus → const int
- sqlField → const String
- statusField → const String
- versionField → const String
- WaitStatus → const int