|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Expression | Interface for JukeXQL expressions. |
Class Summary | |
AttributeValueResultSet | This class represents the results of an Attribute query. |
JukeXExpression | |
JukeXExpression.Infix | Infix expression, such as x AND y |
JukeXExpression.Literal | String literal. |
JukeXExpression.Not | NOT expression, negates the expression that it prefixes |
JukeXExpression.NullOp | Null operation class |
JukeXExpression.Prefix | Prefix expression, such as NOT x |
JukeXExpression.Relop | Relational operator expression. |
JukeXExpression.Variable | This is the left hand side of a Relop (lvalue). |
JukeXExpressionHelper | Holds all the metadata used to make a pass through the expression making SQL. |
JukeXParser | A recursive descent compiler which parses the JukeX Query Language into an object which represents a query. |
Query | A Query object represents a parsed JukeXQL query, ready to execute. |
QueryType | Abstract class to represent a Query type |
QueryType.Attribute | Attribute Query type |
QueryType.Track | Track Query type |
JukeXQL query language support.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |