DatasourceAdapter class abstract
Base contract for any datastore backend.
Constructors
Properties
Methods
-
close(
) → Future< void> - Release resources / close connections.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → Future< void> - Open / connect. No-op for stateless backends.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited