public class QueryPattern extends Object implements QueryElement
WHERE
clause)Modifier and Type | Method and Description |
---|---|
String |
getQueryString() |
QueryPattern |
where(GraphPattern... patterns)
Add graph patterns to this query pattern.
|
QueryPattern |
where(GraphPatternNotTriples where)
Set this query pattern's where clause
|
public QueryPattern where(GraphPattern... patterns)
patterns
- the patterns to addpublic QueryPattern where(GraphPatternNotTriples where)
where
- the GraphPatternNotTriples
instance to set the where clause topublic String getQueryString()
getQueryString
in interface QueryElement
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.