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 TypMethodeBeschreibungvoid
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
.
-
Methodendetails
-
executeQuery
Executes thequery
represented by the specifiedquery info
bypassing
the query results to the query execution engine represented by the specifiedexecution context
.- Seit:
- 3.0
-