Uses of Interface
org.eclipse.emf.cdo.view.CDOQuery

Packages that use CDOQuery
org.eclipse.emf.cdo.view   
 

Uses of CDOQuery in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view that return CDOQuery
 CDOQuery CDOView.createQuery(java.lang.String language, java.lang.String queryString)
           
 CDOQuery CDOQuery.setMaxResults(int maxResults)
          Sets the maximum number of results to retrieve from the server.
 CDOQuery CDOQuery.setParameter(java.lang.String name, java.lang.Object value)
          Binds an argument value to a named parameter.
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.