Package org.makumba.providers.query.oql

Interface Summary
OQLLexerTokenTypes  
 

Class Summary
AdditiveTree additive operations take their type from any of the operands, and have operands of the same type
AggregateAST  
AnalysisTree  
ComparisonTree comparison operations have operands of the same type
FunctionAST Analyser for OQL Functions
GrammarTest  
IdAST  
InTree a tree checker for the IN operator. it makes sure that the type of the left operand is the same with the types of all operands in the compared set
LikeTree like operands are surely char
OQLAST  
OQLLexer  
OQLParser  
OQLQueryAnalysisProvider  
ParamAST  
Projection  
QueryAST an OQL query, writes out the translated SQL query