Package | Description |
---|---|
org.josql.expressions | |
org.josql.internal |
Modifier and Type | Class and Description |
---|---|
class |
Accessor
Represents an "accessor" into an object.
|
class |
ArithmeticExpression
Represents the arithmetic expressions: *, +, /, - and %.
|
class |
BindVariable
This class represents a "bind variable" used within a SQL statement.
|
class |
BooleanExpression
This class represents a "boolean" expression, either
true or false . |
class |
ConstantExpression
This class represents a constant String or number.
|
class |
ExpressionList
This class represents a list of expressions used within a SQL statement.
|
class |
Function
This class represents a Function that can be "called" in JoSQL.
|
class |
NewObjectExpression |
class |
SaveValue |
class |
SubQueryExpression |
Modifier and Type | Method and Description |
---|---|
ValueExpression |
ArithmeticExpression.getLeft()
Get the LHS value expression.
|
ValueExpression |
ArithmeticExpression.getRight()
Get the RHS value expression.
|
Modifier and Type | Method and Description |
---|---|
void |
BetweenExpression.setEnd(ValueExpression e) |
void |
ArithmeticExpression.setLeft(ValueExpression exp) |
void |
ArithmeticExpression.setRight(ValueExpression exp) |
void |
BetweenExpression.setStart(ValueExpression s) |
Modifier and Type | Method and Description |
---|---|
void |
Limit.setRowsCount(ValueExpression v) |
void |
Limit.setStart(ValueExpression v) |