|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface TableSelectable<E>
Defines the select() method of a Table
TableSelectable.Selection,
Table| Nested Class Summary | |
|---|---|
static interface |
TableSelectable.Predicate<E>
A TableSelectable.Predicate defines the condition which has to full filled by a Table.Row to make her included into the result of a
TableSelectable.Selection |
static interface |
TableSelectable.Selection<E>
TableSelectable.Selection from a Table. |
static interface |
TableSelectable.SelectionJoin<E>
A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates
to a join using the #on(Predicate...) method. |
static interface |
TableSelectable.Where<E>
Deprecated. |
| Method Summary | |
|---|---|
TableSelectable.Selection<E> |
select()
A TableSelectable.Selection offers methods to select a subset of Table.Rows and Table.Columns of a Table and provide the
result as further Table or TableView |
| Method Detail |
|---|
TableSelectable.Selection<E> select()
TableSelectable.Selection offers methods to select a subset of Table.Rows and Table.Columns of a Table and provide the
result as further Table or TableView
TableSelectable.Selection,
Table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||