DataHouse class abstract

Implementers
Annotations
  • @SPI(name: "mpi")

Constructors

DataHouse()

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

indies(Paging index, {Context? ctx}) Future<Page?>
Indies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Paging index, {Context? ctx}) Future<Page?>
Read
tables(Paging index, {Context? ctx}) Future<Page?>
Tables
toString() String
A string representation of this object.
inherited
write(Document doc, {Context? ctx}) Future<void>
Write
writes(List<Document> docs, {Context? ctx}) Future<void>
Writes

Operators

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