Package org.eclipse.emf.cdo.server
Schnittstelle IQueryHandler
- Alle bekannten Unterschnittstellen:
IQueryHandler.PotentiallySlow
- Alle bekannten Implementierungsklassen:
OCLQueryHandler
public interface IQueryHandler
A query language handler that is capable of executing a
query.- Seit:
- 2.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidexecuteQuery(CDOQueryInfo info, IQueryContext context) Executes thequeryrepresented by the specifiedquery infobypassingthe query results to the query execution engine represented by the specifiedexecution context.
-
Methodendetails
-
executeQuery
Executes thequeryrepresented by the specifiedquery infobypassingthe query results to the query execution engine represented by the specifiedexecution context.- Seit:
- 3.0
-