|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 CompareCondition s. |
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 *. |
Contains ICondition implementations for different SQL operators.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |