com.neoworks.jukex.query
Class JukeXExpression.Variable

java.lang.Object
  |
  +--com.neoworks.jukex.query.JukeXExpression.Variable
All Implemented Interfaces:
Expression, java.io.Serializable
Enclosing class:
JukeXExpression

public static class JukeXExpression.Variable
extends java.lang.Object
implements Expression

This is the left hand side of a Relop (lvalue). E.g. in the expression Year > 1974 the variable is 'Year'.

See Also:
Serialized Form

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

JukeXExpression.Variable

public JukeXExpression.Variable(java.lang.String val)
Public constructor

Parameters:
val - The value
Method Detail

getSQL

public void getSQL(java.lang.StringBuffer buffer)
Get the generated SQL for this expression

Specified by:
getSQL in interface Expression
Parameters:
buffer - The StringBuffer to populate with the SQL.