Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.PrefixDeclarations
Packages that use PrefixDeclarations
-
Uses of PrefixDeclarations in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return PrefixDeclarationsModifier and TypeMethodDescriptionAdd prefix declarations to this collectionstatic PrefixDeclarations
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 PrefixDeclarationsModifier and TypeFieldDescriptionprotected Optional
<PrefixDeclarations> OuterQuery.prefixes
private Optional
<PrefixDeclarations> UpdateQuery.prefixes
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type PrefixDeclarationsModifier and TypeMethodDescriptionOuterQuery.prefix
(PrefixDeclarations prefixes) Set the Prefix declarations of this queryUpdateQuery.prefix
(PrefixDeclarations prefixes) Set the Prefix declarations of this query