oracle.xquery
Class SQLIterator

java.lang.Object
  |
  +--oracle.xquery.SQLIterator
All Implemented Interfaces:
XMLDataSourceIterator

public class SQLIterator
extends java.lang.Object
implements XMLDataSourceIterator


Constructor Summary
SQLIterator(SQLDataSource outerSrc)
           
 
Method Summary
 void close()
           
 boolean eof()
           
 int getDatatype()
           
 int getInt()
           
 oracle.xml.parser.v2.XMLNode getNode()
          Get the value from the last iteration which was an integer
 boolean next()
          Get next element from the iterator;
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLIterator

public SQLIterator(SQLDataSource outerSrc)
Method Detail

start

public void start()
Specified by:
start in interface XMLDataSourceIterator

getDatatype

public int getDatatype()
Specified by:
getDatatype in interface XMLDataSourceIterator

next

public boolean next()
Get next element from the iterator;
Specified by:
next in interface XMLDataSourceIterator

getNode

public oracle.xml.parser.v2.XMLNode getNode()
Get the value from the last iteration which was an integer
Specified by:
getNode in interface XMLDataSourceIterator

getInt

public int getInt()
Specified by:
getInt in interface XMLDataSourceIterator

eof

public boolean eof()
Specified by:
eof in interface XMLDataSourceIterator

close

public void close()
Specified by:
close in interface XMLDataSourceIterator