Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the
SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Method and Description |
---|---|
static Having |
SparqlBuilder.having(Expression<?>... expressions)
Create a SPARQL Having clause
|
Having |
Having.having(Expression<?>... expressions)
Add having conditions
|
Modifier and Type | Field and Description |
---|---|
protected Optional<Having> |
Query.having |
Modifier and Type | Method and Description |
---|---|
T |
Query.having(Having having)
Set this query's Having clause
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.