|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryExpression | |
|---|---|
| org.josql.expressions | |
| Uses of BinaryExpression in org.josql.expressions |
|---|
| Subclasses of BinaryExpression in org.josql.expressions | |
|---|---|
class |
AndOrExpression
Represents either an AND expression or a OR expression. |
class |
BetweenExpression
Represents a "BETWEEN x AND y" expression. |
class |
EqualsExpression
This class represents an "=" or "!=" expression. |
class |
GTLTExpression
This class represents one of the following: > - Greater than < - Less than >= - Greater than or equal to <= - Less than or equal to |
class |
InExpression
This class represents in [ NOT ] IN [ LIKE ] [ ALL ] expression. |
class |
IsNullExpression
Represents an "IS NULL" (or "IS NOT NULL") expression. |
class |
LikeExpression
Represents a LHS [ NOT ] [ $ ] LIKE RHS expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||