inside property

InExpressionTarget inside
getter/setter pair

The right-hand part: Contains the set of values left will be tested against. From the sqlite grammar, we support Tuple and a SubQuery. We also support a Variable as syntax sugar - it will be expanded into a tuple of variables at runtime.

Implementation

InExpressionTarget inside;