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
Variant
opIndex
(
uint i
)

Return Value

Type: Variant

A Variant holding the column value.

Meta