| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QueryEngine.executeQuery(String statement,
String language,
long limit,
long offset,
Map<String,? extends PropertyValue> bindings,
Map<String,String> mappings)
Execute a query and get the result.
|
Result |
QueryEngine.executeQuery(String statement,
String language,
Map<String,? extends PropertyValue> bindings,
Map<String,String> mappings)
Execute a query and get the result.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.