Package | Description |
---|---|
org.josql.expressions |
Modifier and Type | Class and Description |
---|---|
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.
|