Package com.endeca.portal.lql

Class Summary
LQLBuilder  
LQLFilterCollection Used to collect the generated LQL AST fragments created by all the QueryFunctions in the current QueryState, then combine those fragments into a single clause to be sent to the MDEX Engine.
LQLUtils A collection of utilities for use when working with LQL ASTs, expressions, fragments, statements, etc.
 

Enum Summary
LQLBuilder.AdditiveOp Enum detailing mathematical operations that can be used in LQL queries.
LQLBuilder.CompareOp Enum detailing operations usable in the LQL ComparisonExpression.
LQLBuilder.Function Enum detailing functions usable in the LQL FunctionCallExpression.
LQLBuilder.LQLMDEXType Represents types that come from MDEX records generated by LQL.
LQLBuilder.MultiplicativeOp  
 

Exception Summary
LQLException Exception thrown when encountering an error working with LQL.