sqlite3 package
documentation
sqlite3
ResultSet
ResultSet constructor
ResultSet
ResultSet
constructor
Null safety
ResultSet
(
List
<
String
>
columnNames
,
List
<
List
<
Object
?
>
>
rows
)
Implementation
ResultSet(List<String> columnNames, this.rows) : super(columnNames);
sqlite3 package
documentation
sqlite3
ResultSet
ResultSet constructor
ResultSet class
Constructors
ResultSet
Properties
columnNames
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
rows
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==