org.eclipse.emf.cdo.server
Interface IQueryHandler
- All Known Implementing Classes:
- OCLQueryHandler
- public interface IQueryHandler
A query language handler that is capable of executing a query
.
- Since:
- 2.0
executeQuery
void executeQuery(CDOQueryInfo info,
IQueryContext context)
- Executes the
query
represented by the specified query info
by
passing
the query results to the query execution engine represented by the
specified execution context
.
- Since:
- 3.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.