FindExecutor<ConnType> class

Convenience class to execute Find statement using adapter

Constructors

FindExecutor(Adapter<ConnType> adapter, Find _st)

Properties

adapter Adapter<ConnType>
The adapter used to execute find statement
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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