uba.db.table.io
Interface TableReader

All Known Implementing Classes:
FileSystemTableReader, MemoryTableReader

public interface TableReader

Version:
$Revision: 1.3 $

Method Summary
 void close()
           
 Row fetchRow()
           
 boolean hasMoreRows()
           
 

Method Detail

hasMoreRows

boolean hasMoreRows()

fetchRow

Row fetchRow()
             throws FetchRowException
Throws:
FetchRowException

close

void close()


Copyright © -2005 . All Rights Reserved.