Package org.xorm.query

Interface Summary
ExpressionVisitor  
QueryLanguage This small interface must be implemented by any dialect of a query language that will be used with XORM.
 

Class Summary
AbstractQueryLanguage Implementation of QueryLanguage interface that provides common methods to set and get variables and parameters.
AndCondition  
BoundExpression Represents a Query where parameters have been bound to specific values and mapped against the datastore.
CodeParser  
CodeQuery Implementation of JDO query interface that executes Java code that follows a particular pattern.
CompoundCondition  
Condition  
DataQuery Implementation of JDO query interface for native queries (using DataQuery.LANGUAGE).
Expression  
Expression.Add  
Expression.And  
Expression.Arithmetic  
Expression.Binary  
Expression.BitwiseComplement  
Expression.Cast  
Expression.Comparison  
Expression.ConditionalAnd  
Expression.ConditionalOr  
Expression.Constant  
Expression.Divide  
Expression.Equal  
Expression.ExclusiveOr  
Expression.FieldAccess  
Expression.GreaterThan  
Expression.GreaterThanEqual  
Expression.InclusiveOr  
Expression.LessThan  
Expression.LessThanEqual  
Expression.Member  
Expression.MethodCall  
Expression.Modulo  
Expression.Multiply  
Expression.Not  
Expression.NotEqual  
Expression.Numeric  
Expression.Parameter  
Expression.Subtract  
Expression.Symbolic  
Expression.Unary  
Expression.UnaryMinus  
Expression.Variable  
ExpressionValidator Validates and normalizes expressions.
ExpressionVisitor.NoOp  
Operator A typesafe enumeration with some helper functions.
OrCondition  
QueryContext Represents a Query where parameters have been bound to specific values.
QueryImpl Implementation of JDO query interface.
QueryOrdering Immutable class to capture ordering information.
RawCondition RawConditions represent queries in some native query format against a set of tables.
Selector  
Selector.Ordering Immutable class to capture ordering information.
SimpleCondition  
 

Exception Summary
QuerySyntaxException  
 



$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/package-summary.html,v 1.9 2004/05/30 08:55:08 wbiggs Exp $