com.hp.hpl.mesa.rdf.jena.rdb
Class ResultSetStringIterator

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.rdb.ResultSetIterator
        |
        +--com.hp.hpl.mesa.rdf.jena.rdb.ResultSetStringIterator
All Implemented Interfaces:
ClosableIterator, java.util.Iterator

public class ResultSetStringIterator
extends ResultSetIterator

Version of ResultSetIterator that extracts database rows as single strings.

Version:
$Revision: 1.2 $ on $Date: 2001/11/26 18:20:10 $
Author:
Dave Reynolds

Constructor Summary
ResultSetStringIterator()
          Create an iterator which which convert SQL single result rows into strings
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.rdb.ResultSetIterator
close, getSingleton, hasNext, next, remove, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetStringIterator

public ResultSetStringIterator()
Create an iterator which which convert SQL single result rows into strings


Copyright © 2001 Hewlett-Packard. All Rights Reserved.