public class NestedQueries extends Object
| Constructor and Description |
|---|
NestedQueries() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasNestedBlocksUsingThis(org.apache.jena.sparql.syntax.Element queryPattern)
Checks if a given query uses any non-trivial blocks such as UNIONs, nested { ...
|
static boolean |
hasNestedBlocksUsingThis(org.apache.jena.update.Update update) |
public static boolean hasNestedBlocksUsingThis(org.apache.jena.sparql.syntax.Element queryPattern)
queryPattern - the WHERE clause of the Query to checkpublic static boolean hasNestedBlocksUsingThis(org.apache.jena.update.Update update)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.