SqlCursor class abstract interface

Bounded row retrieval tied to the connection lease that opened it.

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

close() Future<void>
Releases the cursor; cleanup is safe to request more than once.
fetch(int count, {ExecutionOptions options = const ExecutionOptions()}) Future<SqlResult>
Fetches at most count rows; an empty batch marks the end of the result.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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