Class SPARQLOperation

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.Operation

    @Deprecated
    public abstract class SPARQLOperation
    extends Object
    implements org.eclipse.rdf4j.query.Operation
    Deprecated.
    Author:
    jeen
    • Field Detail

      • client

        protected org.apache.http.client.HttpClient client
        Deprecated.
      • dataset

        protected org.eclipse.rdf4j.query.Dataset dataset
        Deprecated.
    • Constructor Detail

      • SPARQLOperation

        protected SPARQLOperation​(org.apache.http.client.HttpClient client,
                                  String url,
                                  String base,
                                  String operation)
        Deprecated.
    • Method Detail

      • getUrl

        public String getUrl()
        Deprecated.
      • getBindings

        public org.eclipse.rdf4j.query.BindingSet getBindings()
        Deprecated.
        Specified by:
        getBindings in interface org.eclipse.rdf4j.query.Operation
      • getDataset

        public org.eclipse.rdf4j.query.Dataset getDataset()
        Deprecated.
        Specified by:
        getDataset in interface org.eclipse.rdf4j.query.Operation
      • getIncludeInferred

        public boolean getIncludeInferred()
        Deprecated.
        Specified by:
        getIncludeInferred in interface org.eclipse.rdf4j.query.Operation
      • removeBinding

        public void removeBinding​(String name)
        Deprecated.
        Specified by:
        removeBinding in interface org.eclipse.rdf4j.query.Operation
      • setBinding

        public void setBinding​(String name,
                               org.eclipse.rdf4j.model.Value value)
        Deprecated.
        Specified by:
        setBinding in interface org.eclipse.rdf4j.query.Operation
      • clearBindings

        public void clearBindings()
        Deprecated.
        Specified by:
        clearBindings in interface org.eclipse.rdf4j.query.Operation
      • setDataset

        public void setDataset​(org.eclipse.rdf4j.query.Dataset dataset)
        Deprecated.
        Specified by:
        setDataset in interface org.eclipse.rdf4j.query.Operation
      • setIncludeInferred

        public void setIncludeInferred​(boolean inf)
        Deprecated.
        Specified by:
        setIncludeInferred in interface org.eclipse.rdf4j.query.Operation
      • execute

        protected void execute​(Runnable command)
        Deprecated.
      • getBindingNames

        protected Set<String> getBindingNames()
        Deprecated.
      • getQueryString

        protected String getQueryString()
        Deprecated.