Uses of Interface
org.eclipse.emf.cdo.server.IQueryContext
Package
Description
Server concepts for dealing with repositories and stores.
Server implementation of a generic OCL query handler.
-
Uses of IQueryContext in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionvoid
IQueryHandler.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
. -
Uses of IQueryContext in org.eclipse.emf.cdo.server.ocl
Modifier and TypeMethodDescriptionprotected boolean
OCLQueryHandler.addResult
(Object result, IQueryContext context, CDOView view) protected CDOExtentMap
OCLQueryHandler.createExtentMap
(CDOView view, CDOChangeSetData changeSetData, IQueryContext context) void
OCLQueryHandler.executeQuery
(CDOQueryInfo info, IQueryContext context)