|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueExpression | |
|---|---|
| org.josql.expressions | |
| org.josql.internal | |
| Uses of ValueExpression in org.josql.expressions |
|---|
| Subclasses of ValueExpression in org.josql.expressions | |
|---|---|
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
|
| Methods in org.josql.expressions that return ValueExpression | |
|---|---|
ValueExpression |
ArithmeticExpression.getLeft()
Get the LHS value expression. |
ValueExpression |
ArithmeticExpression.getRight()
Get the RHS value expression. |
| Methods in org.josql.expressions with parameters of type ValueExpression | |
|---|---|
void |
BetweenExpression.setEnd(ValueExpression e)
|
void |
ArithmeticExpression.setLeft(ValueExpression exp)
|
void |
ArithmeticExpression.setRight(ValueExpression exp)
|
void |
BetweenExpression.setStart(ValueExpression s)
|
| Uses of ValueExpression in org.josql.internal |
|---|
| Methods in org.josql.internal with parameters of type ValueExpression | |
|---|---|
void |
Limit.setRowsCount(ValueExpression v)
|
void |
Limit.setStart(ValueExpression v)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||