es.unex.sextante.dataObjects
Interface IRecord

All Known Implementing Classes:
RecordImpl

public interface IRecord

A simple interface for a database record.

Author:
volaya

Method Summary
 java.lang.Object getValue(int iField)
          Returns the value at a field
 java.lang.Object[] getValues()
          Returns an array with all the values of the record
 

Method Detail

getValue

java.lang.Object getValue(int iField)
Returns the value at a field

Parameters:
iField - the index of the field. zero-based
Returns:
The value at the specified field

getValues

java.lang.Object[] getValues()
Returns an array with all the values of the record

Returns:
an array with all the values of the record