|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSetConsumer
Receive notification of the content of a dataset.
Method Summary | |
---|---|
void |
endDataSet()
Receive notification of the end of a dataset. |
void |
endTable()
Receive notification of the end of a table. |
void |
row(java.lang.Object[] values)
Receive notification of a table row. |
void |
startDataSet()
Receive notification of the beginning of a dataset. |
void |
startTable(ITableMetaData metaData)
Receive notification of the beginning of a table. |
Method Detail |
---|
void startDataSet() throws DataSetException
DataSetException
void endDataSet() throws DataSetException
DataSetException
void startTable(ITableMetaData metaData) throws DataSetException
endDataSet()
event for every startTable
event (even when the table is empty).
metaData
- the table metadata
DataSetException
void endTable() throws DataSetException
DataSetException
void row(java.lang.Object[] values) throws DataSetException
values
- The row values.
DataSetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |