edu.lehigh.swat.bench.ubt.api
Interface QueryResult


public interface QueryResult


Method Summary
 long getNum()
          Gets the total number of this result.
 boolean next()
          Moves to the next element in the result set.
 

Method Detail

getNum

public long getNum()
Gets the total number of this result.
Returns:
The total number of this result.

next

public boolean next()
Moves to the next element in the result set.
Returns:
False when reaching the end of the result set, otherwise true.