Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.PrefixDeclarations
-
Packages that use PrefixDeclarations Package Description org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query -
-
Uses of PrefixDeclarations in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return PrefixDeclarations Modifier and Type Method Description PrefixDeclarations
PrefixDeclarations. addPrefix(Prefix... prefixes)
Add prefix declarations to this collectionstatic PrefixDeclarations
SparqlBuilder. prefixes(Prefix... prefixes)
Create a SPARQL Prefix clause -
Uses of PrefixDeclarations in org.eclipse.rdf4j.sparqlbuilder.core.query
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query with type parameters of type PrefixDeclarations Modifier and Type Field Description protected Optional<PrefixDeclarations>
OuterQuery. prefixes
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type PrefixDeclarations Modifier and Type Method Description T
OuterQuery. prefix(PrefixDeclarations prefixes)
Set the Prefix declarations of this query
-