public interface IDataSetConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
endDataSet()
Receive notification of the end of a dataset.
|
void |
endTable()
Receive notification of the end of a table.
|
void |
row(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.
|
void startDataSet()
throws DataSetException
DataSetExceptionvoid endDataSet()
throws DataSetException
DataSetExceptionvoid startTable(ITableMetaData metaData) throws DataSetException
endDataSet() event for every startTable
event (even when the table is empty).metaData - the table metadataDataSetExceptionvoid endTable()
throws DataSetException
DataSetExceptionvoid row(Object[] values) throws DataSetException
values - The row values.DataSetExceptionCopyright © 2002-2017. All Rights Reserved.