com.nurelm.util.importing
Class DSResultSet

java.lang.Object
  extended bycom.nurelm.util.importing.DSResultSet
All Implemented Interfaces:
IDSResultSet

public class DSResultSet
extends java.lang.Object
implements IDSResultSet


Constructor Summary
DSResultSet()
           
DSResultSet(java.util.Vector elements)
           
 
Method Summary
 int currentIndex()
           
 void display()
           
 int findColumnIndex(java.lang.String columnName)
           
 java.util.Vector getDSHeaders()
           
 java.util.Vector getDSResultSet()
           
 boolean hasNext()
           
 boolean isEmpty()
           
 void moveFirst()
           
 void moveLast()
           
 java.util.Vector nextRow()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSResultSet

public DSResultSet(java.util.Vector elements)

DSResultSet

public DSResultSet()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface IDSResultSet

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface IDSResultSet

size

public int size()

moveFirst

public void moveFirst()
Specified by:
moveFirst in interface IDSResultSet

moveLast

public void moveLast()
Specified by:
moveLast in interface IDSResultSet

findColumnIndex

public int findColumnIndex(java.lang.String columnName)
Specified by:
findColumnIndex in interface IDSResultSet

currentIndex

public int currentIndex()

nextRow

public java.util.Vector nextRow()
Specified by:
nextRow in interface IDSResultSet

getDSHeaders

public java.util.Vector getDSHeaders()
Specified by:
getDSHeaders in interface IDSResultSet

display

public void display()

getDSResultSet

public java.util.Vector getDSResultSet()