de.pannenleiter.db.expr
Class VariableReference

java.lang.Object
  |
  +--de.pannenleiter.db.expr.Expression
        |
        +--de.pannenleiter.db.expr.VariableReference

public class VariableReference
extends Expression


Constructor Summary
VariableReference(java.lang.String name)
          Constructor
 
Method Summary
 void dump(java.lang.String indent)
           
 java.lang.String toString()
           
 
Methods inherited from class de.pannenleiter.db.expr.Expression
toSQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableReference

public VariableReference(java.lang.String name)
                  throws java.lang.Exception
Constructor
Parameters:
name - the variable name (as a Name object)
Method Detail

dump

public void dump(java.lang.String indent)
Overrides:
dump in class Expression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object