Row.opIndex

Simplify retrieval of a column value by index.

If the table you are working with does not allow NULL columns, this may be all you need. Otherwise you will have to use isNull(i) as well.

struct Row
inout
inout(Variant)
opIndex
(
size_t i
)

Return Value

Type: inout(Variant)

A Variant holding the column value.

Meta