Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query.sql.model
Class GroupByClause

java.lang.Object
  extended by org.nuxeo.ecm.core.query.sql.model.Clause
      extended by org.nuxeo.ecm.core.query.sql.model.GroupByClause
All Implemented Interfaces:
Serializable, ASTNode

public class GroupByClause
extends Clause

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 String[] elements
           
 
Fields inherited from class org.nuxeo.ecm.core.query.sql.model.Clause
name
 
Constructor Summary
GroupByClause()
           
GroupByClause(List<String> groupBy)
           
GroupByClause(String groupBy)
           
GroupByClause(String[] groupBy)
           
 
Method Summary
 void accept(IVisitor visitor)
          Accept the given visitor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public final String[] elements
Constructor Detail

GroupByClause

public GroupByClause()

GroupByClause

public GroupByClause(String[] groupBy)

GroupByClause

public GroupByClause(String groupBy)

GroupByClause

public GroupByClause(List<String> groupBy)
Method Detail

accept

public void accept(IVisitor visitor)
Description copied from interface: ASTNode
Accept the given visitor.

Parameters:
visitor - the AST node visitor

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.