Is there any way using Sesame to implement those methods provided by ResultSet?
I know that TupleQueryResult provides only next(), hasNext() and a way to get binding names specified by the projection.
But I don't know if the API offers an implementation of such methods in the attachments like first(), last(), beforeFirst() and so on.
Thanks