usedAsRowValue property

bool usedAsRowValue
final

Whether this tuple is used as an expression, e.g. a row value.

Other tuples might appear in VALUES clauses.

Implementation

final bool usedAsRowValue;