Row¶
A single row from a query result. Contains an ordered array of Field
values corresponding to the columns in the RowDescription.
Implements¶
Constructors¶
create¶
Parameters¶
Returns¶
- Row val^
Public fields¶
let fields: Array[Field val] val¶
Public Functions¶
eq¶
Two rows are equal when they have the same number of fields and each corresponding pair of fields is equal. Field order matters: the same fields in a different order are not equal.
Parameters¶
- that: Row val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Row val
Returns¶
- Bool val