Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.Prefix
-
Packages that use Prefix Package Description org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query -
-
Uses of Prefix in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return Prefix Modifier and Type Method Description private PrefixPrefixDeclarations. findMatchingPrefix(java.lang.String queryString, int pos)Returns the longest prefix that is found starting at positionposin thequeryStringstatic PrefixSparqlBuilder. prefix(java.lang.String alias, IRI iri)Create a SPARQL Prefix declarationstatic PrefixSparqlBuilder. prefix(java.lang.String alias, Iri iri)Create a SPARQL Prefix declarationstatic PrefixSparqlBuilder. prefix(IRI iri)Create a SPARQL default Prefix declarationstatic PrefixSparqlBuilder. prefix(Namespace namespace)Create SPARQL Prefix declaration from the givenNamespace.static PrefixSparqlBuilder. prefix(Iri iri)Create a SPARQL default Prefix declarationMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Prefix Modifier and Type Method Description PrefixDeclarationsPrefixDeclarations. addPrefix(Prefix... prefixes)Add prefix declarations to this collectionprivate java.lang.StringPrefixDeclarations. getIRIStringFromPrefix(Prefix p)static PrefixDeclarationsSparqlBuilder. prefixes(Prefix... prefixes)Create a SPARQL Prefix clause -
Uses of Prefix in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Prefix Modifier and Type Method Description TOuterQuery. prefix(Prefix... prefixes)Add prefix declarations to this queryTUpdateQuery. prefix(Prefix... prefixes)Add prefix declarations to this query
-