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 )
Copyright © 2016. All Rights Reserved.