|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecord
A simple interface for a database record.
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 |
---|
java.lang.Object getValue(int iField)
iField
- the index of the field. zero-based
java.lang.Object[] getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |