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 PrefixDeclarationsCreate 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.prefixesprivate Optional<PrefixDeclarations> UpdateQuery.prefixesMethods 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