SqliteQueryResult class

Constructors

SqliteQueryResult.fromResultSet(ResultSet? sqliteResultSet)

Properties

first → QueryResultRow
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
length int
no setteroverride
postgreSQLResult ↔ PostgreSQLResult?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqliteResultSet ↔ ResultSet?
getter/setter pair

Methods

find(String field, dynamic value) → QueryResultRow?
Find the QueryResultRow given a field and value.
override
forEach(Function rowFunction) → void
Run a function taking a QueryResultRow on the whole QueryResult.
override
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