public interface QueryEngine
CoherenceQueryLanguageEngine| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT
The name of the default (CohQL) query engine.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
prepareQuery(String sQuery,
Map<String,Object> mapParams)
Prepares a Query for execution by replacing any parameter placeholders
with the appropriate values from the parameter map.
|
static final String DEFAULT
Query prepareQuery(String sQuery, Map<String,Object> mapParams)
sQuery - query expressionmapParams - parameter values used to resolve parameters from
query expression