Package | Description |
---|---|
org.josql | |
org.josql.expressions | |
org.josql.functions | |
org.josql.internal | |
org.josql.parser |
Class and Description |
---|
Expression
The base class for all expressions.
|
Class and Description |
---|
AliasedExpression
Represents an expression that also has an alias.
|
BinaryExpression
Super-class of Expressions that return a binary result.
|
Expression
The base class for all expressions.
|
Function
This class represents a Function that can be "called" in JoSQL.
|
ValueExpression |
Class and Description |
---|
Expression
The base class for all expressions.
|
Class and Description |
---|
Expression
The base class for all expressions.
|
ValueExpression |
Class and Description |
---|
AliasedFunction
A function that also has an alias.
|
BetweenExpression
Represents a "BETWEEN x AND y" expression.
|
BindVariable
This class represents a "bind variable" used within a SQL statement.
|
Expression
The base class for all expressions.
|
Function
This class represents a Function that can be "called" in JoSQL.
|
InExpression
This class represents in [ NOT ] IN [ LIKE ] [ ALL ] expression.
|
IsNullExpression
Represents an "IS NULL" (or "IS NOT NULL") expression.
|
LikeExpression
Represents a LHS [ NOT ] [ $ ] LIKE RHS expression.
|
NewObjectExpression |
SaveValue |
SelectItemExpression |
SubQueryExpression |