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

Method Summary
 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.
 

Method Detail

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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.