public interface FieldOrRow extends QueryPart
Field
and Row
where DSL API accepts
both types alike.
This is useful for expressions like GROUPING SETS
, when
expressing things like
CUBE ( (a,b), (c,d) )
ROLLUP ( a, (b,c), d )
Instances of this type cannot be created directly, only of its subtypes.
Copyright © 2020. All rights reserved.