com.endeca.navigation.analytics
Interface QueryNode

All Known Subinterfaces:
Expr, Filter
All Known Implementing Classes:
AnalyticsQuery, CoalesceList, ExprAggregate, ExprBinary, ExprCoalesce, ExprConstant, ExprFunction, ExprKey, ExprLookup, FilterAnd, FilterCompare, FilterIn, FilterNot, FilterOr, GroupBy, GroupByList, LookupList, OrderBy, OrderByList, Select, SelectList, Statement

public interface QueryNode

QueryNode is the interface for all parts of an Analytics query.


Method Summary
 String toString()
           
 String toWire()
           
 void validateSyntax()
           
 

Method Detail

toString

String toString()
Overrides:
toString in class Object

toWire

String toWire()

validateSyntax

void validateSyntax()
                    throws SyntaxException
Throws:
SyntaxException


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential