LocalDb<T> class abstract

Constructors

LocalDb()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add<T>(JsonObject object) Future<int?>
close() Future
delete(IDs ids) Future<Result>
get<T>(IDs ids) Future<Result<T>>
getAll<T>() Future<Result<List<T>>>
init() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ofPath<T>(List<LocalRepoPath> path) Future<LocalDb>
ofTable<T>(String table) Future<LocalDb>
toString() String
A string representation of this object.
inherited
update<T>(JsonObject object) Future<Result<T>>

Operators

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