RowSetImpl

Members

Aliases

next
alias next = SqlResultBase!(RowSet, RowSetImpl).next
Undocumented in source.

Functions

append
void append(Row row)
Undocumented in source. Be warned that the author may not have intended to support it.
columnsNames
string[] columnsNames()
Undocumented in source. Be warned that the author may not have intended to support it.
firstRow
Row firstRow()
Undocumented in source. Be warned that the author may not have intended to support it.
iterator
RowIterator iterator()
Undocumented in source. Be warned that the author may not have intended to support it.
lastRow
Row lastRow()
Undocumented in source. Be warned that the author may not have intended to support it.
next
RowSetImpl next()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Row) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
property
Variant property(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
int rowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
void rowCount(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
value
RowSet value()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

FACTORY
Function!(RowSet, RowSetImpl) FACTORY()
Undocumented in source. Be warned that the author may not have intended to support it.
accumulator
void accumulator(RowSetImpl set, Row row)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RowSet

iterator
RowIterator iterator()
Undocumented in source.
getAs
alias getAs = bind
Undocumented in source.
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.
firstRow
Row firstRow()
Undocumented in source.
lastRow
Row lastRow()
Undocumented in source.
columnInLastRow
T columnInLastRow(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta