DatabaseHelper class Null safety

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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 non-existent 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?
read / write
instance DatabaseHelper
final