Uses of Package
org.eclipse.emf.query.statements

Packages that use org.eclipse.emf.query.statements
org.eclipse.emf.query.statements This package contains usable query statements and their required clauses. 
 

Classes in org.eclipse.emf.query.statements used by org.eclipse.emf.query.statements
FROM
          The "FROM" clause for the SELECT and UPDATE statements.
IQueryResult
           A result created by executing or resuming a query statement.
IteratorKind
          An enumeration of iteration methodologies for EObjects.
SELECT
           The select statement "selects" certain EObjects from the "from" clause that match the "where" clause.
SET
          The set clause is used in conjunction with the UPDATE statement to perform some operation on the result EObjects.
WHERE
          The where clause specifies the condition that all result EObjects of the query must satisfy.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.