Uses of Class
org.eclipse.emf.query.statements.WHERE

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

Uses of WHERE in org.eclipse.emf.query.statements
 

Constructors in org.eclipse.emf.query.statements with parameters of type WHERE
SELECT(boolean cancellable, FROM from, WHERE where)
           
SELECT(FROM from, WHERE where)
           
SELECT(int maximumResultSize, boolean cancellable, FROM from, WHERE where)
           
SELECT(int maximumResultSize, boolean cancellable, FROM from, WHERE where, IProgressMonitor progressMonitor)
           
SELECT(int maximumResultSize, FROM from, WHERE where)
           
UPDATE(boolean cancellable, FROM from, WHERE where, SET set)
           
UPDATE(FROM from, WHERE where, SET set)
           
UPDATE(int maximumResultSize, boolean cancellable, FROM from, WHERE where, SET set)
           
UPDATE(int maximumResultSize, FROM from, WHERE where, SET set)
           
 


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