DatabaseHelper class

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

delete(dynamic dbName) Future<int>
getBlob(dynamic dbName) Future
getBool(dynamic dbName) Future
getInt(dynamic dbName) Future
getReal(dynamic dbName) Future
getString(dynamic dbName) Future
initDatabase(dynamic dbName, dynamic type) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryRowCount(dynamic dbName) Future<int>
setBlob(dynamic tableName, dynamic value) Future
setBool(dynamic tableName, bool boolValue) Future
setInt(dynamic tableName, int value) Future
setReal(dynamic tableName, double value) Future
setString(dynamic dbName, String value) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

database ↔ Database?
getter/setter pair
instance DatabaseHelper
final