FindExecutor<ConnType> class
Convenience class to execute Find
statement using adapter
Constructors
-
FindExecutor(Adapter<
ConnType> adapter, Find _st)
Properties
Methods
-
many(
) → Future< List< Map< >String, dynamic> > -
Returns a row found by executing
statement
-
manyTo<
T> (T converter(Map v)) → Future< List< T> > -
Returns a row found by executing
statement
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
one(
) → Future< Map< String, dynamic> ?> -
Returns a row found by executing
statement
-
oneTo<
T> (T converter(Map v)) → Future< T?> -
Returns a row found by executing
statement
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited