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 in ReportService) 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 implementing TableListener.
  • Exception Summary 
    Exception Description
    TableListenerException
    Can be thrown by TableListener to abort processing of query results