Class GinqExpression

All Implemented Interfaces:
GroovydocHolder<AnnotatedNode>, NodeMetaDataHandler

public class GinqExpression extends AbstractGinqExpression
Represents GINQ expression, which has the following structure:
     ginq
     |__ from
     |__ [innerjoin/leftjoin/rightjoin/fulljoin/crossjoin]*
     |   |__ on
     |__ [where]
     |__ [groupby]
     |   |__ [having]
     |__ [orderby]
     |__ [limit]
     |__ select
 
(Note: [ ] means optional)
Since:
4.0.0