Package org.eclipse.emf.cdo.server
Interface IQueryHandler
- All Known Subinterfaces:
IQueryHandler.PotentiallySlow
- All Known Implementing Classes:
OCLQueryHandler
public interface IQueryHandler
A query language handler that is capable of executing a
query
.- Since:
- 2.0
- Author:
- Eike Stepper
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeQuery
(CDOQueryInfo info, IQueryContext context) Executes thequery
represented by the specifiedquery info
bypassing
the query results to the query execution engine represented by the specifiedexecution context
.
-
Method Details
-
executeQuery
Executes thequery
represented by the specifiedquery info
bypassing
the query results to the query execution engine represented by the specifiedexecution context
.- Since:
- 3.0
-