com.nurelm.util.importing
Interface IDSResultSet

All Known Implementing Classes:
DSResultSet

public interface IDSResultSet


Method Summary
 int findColumnIndex(java.lang.String columnName)
           
 java.util.Vector getDSHeaders()
           
 boolean hasNext()
           
 boolean isEmpty()
           
 void moveFirst()
           
 void moveLast()
           
 java.util.Vector nextRow()
           
 

Method Detail

findColumnIndex

public int findColumnIndex(java.lang.String columnName)

getDSHeaders

public java.util.Vector getDSHeaders()

moveFirst

public void moveFirst()

moveLast

public void moveLast()

hasNext

public boolean hasNext()

isEmpty

public boolean isEmpty()

nextRow

public java.util.Vector nextRow()