SqlDatabaseResult<T, R, S> class abstract

Implementers

Constructors

SqlDatabaseResult({required T database, required R resultSet, String errorMsg = '', int countSqlStatements = 1})

Properties

affectedRows → int
no setter
assoc → List<Map<String, dynamic>>
no setter
assocFirst → Map<String, dynamic>?
no setter
countRecords → int
no setter
countSqlStatements → int
final
database ↔ T
getter/setter pair
error → bool
no setter
errorMsg ↔ String
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
insertId → int
no setter
numFields → int
no setter
numRows → int
no setter
resultSet → R
final
rows → List<S>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
success → bool
no setter

Methods

assocBy(DataAssoc dataAssoc) → Future<List<Map<String, Object?>>>
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

Constants

countRecordsField → const String