SQLiteHelper class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteDatabase(
) → void -
destroy(
) → void -
ensureDatabase(
) → Future< void> -
getDatabase(
) → Future< Database?> -
getTableName(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCreate(
Database db, int version) → Future< void> -
onUpgrade(
Database db, int oldVersion, int newVersion) → void -
open(
String path) → Future< Database> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- kColumnKey → const String
- kColumnValue → const String
- kDatabaseName → const String
- kDatabaseVersion → const int
- kStatementCreateTable → const String
- kTableStorage → const String