| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,PropertyValue> |
QueryEngine.NO_BINDINGS
Empty set of variables bindings.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
ResultRow.getValue(java.lang.String columnName)
The property value.
|
PropertyValue[] |
ResultRow.getValues()
Get the list of values.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QueryEngine.executeQuery(java.lang.String statement,
java.lang.String language,
long limit,
long offset,
java.util.Map<java.lang.String,? extends PropertyValue> bindings,
java.util.Map<java.lang.String,java.lang.String> mappings)
Execute a query and get the result.
|
Result |
QueryEngine.executeQuery(java.lang.String statement,
java.lang.String language,
java.util.Map<java.lang.String,? extends PropertyValue> bindings,
java.util.Map<java.lang.String,java.lang.String> mappings)
Execute a query and get the result.
|
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.