Database.Result

Result of a select query.

Members

Classes

Row
class Row
Undocumented in source.
RowImpl
class RowImpl(T)
Undocumented in source.

Functions

apply
void apply(T entity, Row[] row)

Applies the result of one row to entity, passed by reference. The entitty doesn't have to extend Entity.

bind
T[] bind()

Creates n objects from the result. T doesn't have to extend Entity.

Variables

columns
size_t[string] columns;
Undocumented in source.
rows
Row[][] rows;
Undocumented in source.

Meta