public interface IQueryBackend
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the query backend.
|
IQueryResultProvider |
getResultProvider(PQuery query)
Returns a result provider for a given query.
|
boolean |
isCaching() |
IQueryResultProvider |
peekExistingResultProvider(PQuery query)
Returns an existing result provider for a given query, if it was previously constructed, returns null otherwise.
|
boolean isCaching()
IQueryResultProvider getResultProvider(PQuery query) throws QueryProcessingException
QueryProcessingException
IQueryResultProvider peekExistingResultProvider(PQuery query)
void dispose()