|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
DataTable objects which
includes or excludes a certain number of columns from a given data table.
See:
Description
| Class Summary | |
|---|---|
| CloseableFilterColumnRowIterator | Filter column row iterator needed to wrap the filter column's original row iterator. |
| FilterColumnRow | Filter DataRow which extracts particular cells (columns) from an
underlying row. |
| FilterColumnRowIterator | Filter column row iterator needed to wrap the filter column's original row iterator. |
| FilterColumnTable | This DataTable filters (includes or excludes) a specified number of
columns from a given table by just wrapping the underlying data table. |
Contains column filter for DataTable objects which
includes or excludes a certain number of columns from a given data table. This
table's columns are just wrapped into a new table called
FilterColumnTable. Furthermore, the FilterColumnRow is
internally used to extract the obmitted cells (columns) from each row.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||