Package com.onenetwork.platform.common.table
Standard interfaces for manipulating tabular data.
-
Interface Summary Interface Description Table Interface for a Table with multiple rows/columns.TableListener Listener which can provided to an API which "constructs" a table (for example inReportService
) to allow for streaming management of table data, rather than bringing all into memory at once.TableMetaData Captures information about the table's columns.TableRow Captures the values for a particular table row. -
Class Summary Class Description AbstractTableListener Convenient base class for implementingTableListener
. -
Exception Summary Exception Description TableListenerException Can be thrown byTableListener
to abort processing of query results