Package net.sf.csutils.core.query.tree

Interface Summary
EqualityExpression A marker interface for equality expressions like Eq, Ge, Gt, Le, Lt, IsNull, or IsEmpty, or Like.
Statement  
 

Class Summary
AdditiveExpression  
And This node represents a logical "AND".
Concatenation This class represents a concatenation.
CsqlParser  
Eq  
FunctionCall Representation of a function call in the tree.
Ge  
Gt  
Identifier  
In  
IsEmpty Check for empty string.
IsNull Check for null.
Le  
Like  
LogicalExpression Abstract base class for And and Or.
Lt  
MethodCall Representation of a method call in the tree.
MultiplicativeExpression  
NamespaceDeclarationSet Namespace declarations is created by a clause like declare namespace prefix="namespace URI".
Ne  
Negation This class represents a logical negation.
NodeFactory  
ObjectType  
Or This node represents a logical "OR".
Parameter  
RelationalExpression  
SelectStatement  
UnaryMinus This class represents a logical negation.
 



Copyright © 2009-2010. All Rights Reserved.