| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,PropertyValue> |
QueryEngine.NO_BINDINGS
Empty set of variables bindings.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
ResultRow.getValue(String columnName)
The property value.
|
PropertyValue[] |
ResultRow.getValues()
Get the list of values.
|
| 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–2019 The Apache Software Foundation. All rights reserved.