Class IteratingTupleQueryResult

    • Field Detail

      • bindingNames

        private final java.util.List<java.lang.String> bindingNames
        Deprecated.
    • Constructor Detail

      • IteratingTupleQueryResult

        public IteratingTupleQueryResult​(java.util.List<java.lang.String> bindingNames,
                                         java.lang.Iterable<? extends BindingSet> bindingSets)
        Deprecated.
        Creates a query result object with the supplied binding names. The supplied list of binding names is assumed to be constant; care should be taken that the contents of this list doesn't change after supplying it to this solution.
        Parameters:
        bindingNames - The binding names, in order of projection.
      • IteratingTupleQueryResult

        public IteratingTupleQueryResult​(java.util.List<java.lang.String> bindingNames,
                                         java.util.Iterator<? extends BindingSet> bindingSetIter)
        Deprecated.
      • IteratingTupleQueryResult

        public IteratingTupleQueryResult​(java.util.List<java.lang.String> bindingNames,
                                         CloseableIteration<? extends BindingSet,​QueryEvaluationException> bindingSetIter)
        Deprecated.
        Creates a query result object with the supplied binding names. The supplied list of binding names is assumed to be constant; care should be taken that the contents of this list doesn't change after supplying it to this solution.
        Parameters:
        bindingNames - The binding names, in order of projection.