Cursor class sealed

Base class for result sets.

Result sets are either completely materialized (ResultSet with all rows being directly available), or executed row-by-row (IteratingCursor).

Implementers

Constructors

Cursor(List<String> _columnNames, List<String?>? tableNames)

Properties

columnNames List<String>
The column names of this query, as returned by sqlite3.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableNames List<String?>?
The table names of this query, as returned by sqlite3.
final

Methods

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