hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
RowSet
hunt
database
base
RowSet
A set of rows.
interface
RowSet : Iterable!(Row), SqlResult!(RowSet) {
RowIterator
iterator
();
alias
getAs
=
bind
;
T
[]
bind
();
T
[]
bind
();
Row
firstRow
();
Row
lastRow
();
T
columnInLastRow
(string name);
}
Members
Aliases
getAs
alias
getAs
=
bind
Undocumented in source.
Functions
bind
T
[]
bind
()
Undocumented in source. Be warned that the author may not have intended to support it.
bind
T
[]
bind
()
Undocumented in source. Be warned that the author may not have intended to support it.
columnInLastRow
T
columnInLastRow
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
firstRow
Row
firstRow
()
Undocumented in source.
iterator
RowIterator
iterator
()
Undocumented in source.
lastRow
Row
lastRow
()
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
RowSet
aliases
RowSetAsyncResult
RowSetHandler
interfaces
RowSet
A set of rows.