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.
Equals The Equals condition implements the comparison of values.
Filter The Filter class provide helper functions to create combined IConditions.
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.
 

Package javax.rad.model.condition Description

Contains ICondition implementations for different SQL operators.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.