All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.ValueExp
|
+----com.sun.jaw.reference.query.AttributeExp
|
+----com.sun.jaw.reference.query.IndexedAttributeExp
This class represents indexed attributes used as arguments to
relational constraints. An IndexedAttributeExp may be
used anywhere a ValueExp is required.
public IndexedAttributeExp(String attr,
int index)
public IndexedAttributeExp()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index