|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.neoworks.jukex.query.JukeXExpression.Variable
This is the left hand side of a Relop (lvalue). E.g. in the expression Year > 1974 the variable is 'Year'.
| Constructor Summary | |
JukeXExpression.Variable(java.lang.String val)
Public constructor |
|
| Method Summary | |
void |
getSQL(java.lang.StringBuffer buffer)
Get the generated SQL for this expression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JukeXExpression.Variable(java.lang.String val)
val - The value| Method Detail |
public void getSQL(java.lang.StringBuffer buffer)
getSQL in interface Expressionbuffer - The StringBuffer to populate with the SQL.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||