Package org.eclipse.emf.cdo.server
Interface IQueryHandler
- 
- All Known Implementing Classes:
- OCLQueryHandler
 
 public interface IQueryHandlerA query language handler that is capable of executing aquery.- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteQuery(CDOQueryInfo info, IQueryContext context)Executes thequeryrepresented by the specifiedquery infobypassingthe query results to the query execution engine represented by the specifiedexecution context.
 
- 
- 
- 
Method Detail- 
executeQueryvoid executeQuery(CDOQueryInfo info, IQueryContext context) Executes thequeryrepresented by the specifiedquery infobypassingthe query results to the query execution engine represented by the specifiedexecution context.- Since:
- 3.0
 
 
- 
 
-