Package javax.rad.model.condition

Contains ICondition implementations for different SQL operators.

See:
          Description

Interface Summary
ICondition The ICondition specifies the interface for all Condition's.
 

Class Summary
And The And condition implements the AND operator.
BaseCondition The BaseCondition is the default implementation of ICondition.
CompareCondition Thats the base Class for all CompareConditions.
ContainsIgnoreCase The ContainsIgnoreCase condition is a LikeIgnoreCase condition with a leading and trailing *.
Equals The Equals condition implements the comparison of values.
Greater The Greater condition implements the comparison ">" (greater) of values.
GreaterEquals The GreaterEquals condition implements the comparison ">=" (greater equals) of values.
Less The Less condition implements the comparison "<" (less) of values.
LessEquals The LessEquals condition implements the comparison "<=" (less equals) of values.
Like The Like condition implements the comparison of values with wildcards. *,?
LikeIgnoreCase The LikeIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
LikeReverse The LikeReverse condition implements the comparison of values with wildcards. *,?
LikeReverseIgnoreCase The LikeReverseIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
Not The Not condition implements the NOT operator.
OperatorCondition The OperatorCondition is the default implementation for logical operators.
Or The Or condition implements the OR operator.
StartsWithIgnoreCase The StartsWithIgnoreCase condition is a LikeIgnoreCase condition with a leading *.
 

Package javax.rad.model.condition Description

Contains ICondition implementations for different SQL operators.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.