ajax.expression
Class Query

java.lang.Object
  |
  +--ajax.expression.Query

public class Query
extends java.lang.Object


Constructor Summary
Query(java.util.LinkedList from, Expression where, ProjectionTerm select)
          The Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query(java.util.LinkedList from,
             Expression where,
             ProjectionTerm select)
The Constructor