|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SQL Expression that can be evaluated into SQL String and SQL
arguments Object[]. One SQL Expression can contain other SQL
Expressions and return their SQL Strings and arguments as part of itselves.
SQL Expressions are usually built from Expressions
using an ExpressionToSqlExprBuilder.
| Method Summary | |
Object[] |
getValues()
Returns the SQL arguments of this SqlExpression. |
String |
toSqlString()
Returns the SQL String of this SqlExpression. |
| Method Detail |
public String toSqlString()
String of this SqlExpression.
The returned String may not be null. An empty String
should be used instead.
String of this SqlExpression.public Object[] getValues()
SqlExpression. The
returned values may not be null. An empty array should be
used instead.
SqlExpression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||