DatabaseHelper class
Properties
Methods
-
delete(
int id) → Future< int> -
insert(
Map< String, dynamic> row) → Future<int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryAllRows(
) → Future< List< Map< >String, dynamic> > -
queryRowCount(
) → Future< int?> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
Map< String, dynamic> row) → Future<int>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- columnAge → String
-
final
- columnId → String
-
final
- columnName → String
-
final
- instance → DatabaseHelper
-
final
- table → String
-
final