Uses of Class
javax.rad.model.condition.BaseCondition

Packages that use BaseCondition
javax.rad.model.condition Contains ICondition implementations for different SQL operators. 
 

Uses of BaseCondition in javax.rad.model.condition
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.