|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the interface used for reading data from a repository. Company MoreData
| Method Summary | |
void |
read(ReaderInformation info)
Read data from the repository and write it to a RecordSet. |
void |
setDAOFieldsInfo(DAOFieldsInfo fieldsInfo)
Set the DAOFieldsInfo object with information about the columns of the RecordSet. |
void |
setRecordSet(RecordSet recordSet)
Set the RecordSet used to store the information read from the repository. |
| Method Detail |
public void setDAOFieldsInfo(DAOFieldsInfo fieldsInfo)
fieldsInfo - The DAOFieldInfo object.public void setRecordSet(RecordSet recordSet)
recordSet - The RecorSet object to store the readed information.
public void read(ReaderInformation info)
throws ReaderException
info - Information to be used by the Reader to read the data from
the repository.
ReaderException - If an error occur will reading data
from the repository.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||