|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TerminalBinaryOperator | |
|---|---|
| org.nuiton.wikitty.query.conditions | Hierarchie
Condition
ContainerOperator les operateurs qui contiennent d'autre operateur
ContainerUnaryOperator ne contient qu'un fils
Not
Select
ContainerNaryOperator contient N fils, et doivent
explicitement etre ferme via un close dans
WikittyQueryMaker.close()
And
Or
TerminalOperator ni champs, ni valeur
True
False
TerminalUnaryOperator un champs seulement
Null
NotNull
TerminalBinaryOperator un champs et une valeur
Equals
Greater
GreaterOrEquals
Keyword binary car automatiquement sur tous les champs
Less
LessOrEquals
Like
NotEquals
TerminalTernaryOperator un champs, et deux valeur
Between
TerminalNaryOperator un champs et N valeurs, et doivent
explicitement etre ferme via un close dans
WikittyQueryMaker.close() si les
valeur ne sont pas passee au moment de la construction
ContainsAll
ContainsOne
ConditionValue les valeurs possibles pour un champs
ConditionValueString
Select
|
| Uses of TerminalBinaryOperator in org.nuiton.wikitty.query.conditions |
|---|
| Subclasses of TerminalBinaryOperator in org.nuiton.wikitty.query.conditions | |
|---|---|
class |
Equals
Equals operator is used to build restriction containing "field == value" where value could be an Id, a String, an Integer, a Float or a Date, ... |
class |
Greater
Greater operator is used to build restriction containing "field > value" where value could be a Integer, a Float or a Date, String (must be comparable). |
class |
GreaterOrEquals
GreatOrEqual operator is used to build restriction containing "element >= value" where element could be a Integer, a Float, a Date, ... |
class |
Keyword
Search keyword in all wikitty. |
class |
Less
Less operator is used to build restriction containing "element < value" where element could be a Integer, a Float, a Date, .... |
class |
LessOrEquals
LessOrEqual operator is used to build restriction containing "element <= value" where element could be a Integer, a Float, a Date, ... |
class |
Like
Like is use on String field type, you can use '*' at beginning or ending to match all char. |
class |
NotEquals
NotEquals operator is used to build restriction containing "element ! |
class |
Unlike
UnLike is use on String field type, you can use '*' at beginning or ending to match all char. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||