UnsafeResultRange

A wrapper of a SafeResultRange which converts each row into an UnsafeRow.

Use the safe or unsafe UFCS methods to convert to and from these two types if needed.

$(SAFE_MIGRATION)

Alias This

safe

Members

Functions

asAA
Variant[string] asAA()

Equivalent to SafeResultRange.asAA, but converts each value to a Variant

front
inout(UnsafeRow) front()

Equivalent to SafeResultRange.front, but wraps as an UnsafeRow.

Variables

safe
SafeResultRange safe;

The underlying range is a SafeResultRange.

Meta