com.hp.hpl.jena.sparql.resultset
Class ResultSetApply

java.lang.Object
  extended by com.hp.hpl.jena.sparql.resultset.ResultSetApply

public class ResultSetApply
extends Object

A class to walk a result set.


Constructor Summary
ResultSetApply(ResultSet rs, ResultSetProcessor proc)
           
 
Method Summary
 void apply()
           
static void apply(ResultSet rs, ResultSetProcessor proc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetApply

public ResultSetApply(ResultSet rs,
                      ResultSetProcessor proc)
Method Detail

apply

public void apply()

apply

public static void apply(ResultSet rs,
                         ResultSetProcessor proc)


Licenced under the Apache License, Version 2.0