DartApiDB class abstract

Implementers

Constructors

DartApiDB.new()

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

close() Future<void>
connect() Future<void>
delete(String table, {required Map<String, dynamic> where}) Future<DbResult>
insert(String table, Map<String, dynamic> data) Future<DbResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawQuery(String query, {Map<String, dynamic>? values}) Future<DbResult>
select(String table, {Map<String, dynamic>? where}) Future<DbResult>
toString() String
A string representation of this object.
inherited
update(String table, Map<String, dynamic> data, {required Map<String, dynamic> where}) Future<DbResult>

Operators

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