public interface JcrQueryContext
Modifier and Type | Method and Description |
---|---|
CancellableQuery |
createExecutableQuery(QueryCommand query,
PlanHints hints,
Map<String,Object> variables) |
Value |
createValue(int propertyType,
Object value) |
NodeIterator |
emptyNodeIterator() |
ExecutionContext |
getExecutionContext() |
Node |
getNode(QueryResults.Location location) |
Schemata |
getSchemata() |
boolean |
isLive() |
void |
recordDuration(long nanos,
TimeUnit unit,
String query,
String language) |
Node |
store(String absolutePath,
Name nodeType,
String language,
String statement) |
boolean isLive()
ExecutionContext getExecutionContext()
Schemata getSchemata()
Node store(String absolutePath, Name nodeType, String language, String statement) throws RepositoryException
RepositoryException
Node getNode(QueryResults.Location location) throws RepositoryException
RepositoryException
CancellableQuery createExecutableQuery(QueryCommand query, PlanHints hints, Map<String,Object> variables) throws RepositoryException
RepositoryException
NodeIterator emptyNodeIterator()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.