Uses of Interface
org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection

Packages that use TableSelectable.Selection
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.concrete
 

Methods in org.omnaest.utils.structure.table.concrete that return TableSelectable.Selection
 TableSelectable.Selection<E> ArrayTable.select()
           
 

Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.concrete.internal.selection
 

Classes in org.omnaest.utils.structure.table.concrete.internal.selection that implement TableSelectable.Selection
 class SelectionImpl<E>
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal.selection that return TableSelectable.Selection
 TableSelectable.Selection<E> SelectionImpl.allColumns()
           
 TableSelectable.Selection<E> SelectionImpl.columns(Table.Column<E>... columns)
           
 TableSelectable.Selection<E> SelectionImpl.distinct()
           
 TableSelectable.Selection<E> SelectionImpl.from(Table<E>... tables)
           
 TableSelectable.Selection<E> SelectionImpl.orderBy(Table.Column<E> column)
           
 TableSelectable.Selection<E> SelectionImpl.orderBy(Table.Column<E> column, TableSelectable.Selection.Order order)
           
 TableSelectable.Selection<E> SelectionImpl.top(int numberOfRows)
           
 TableSelectable.Selection<E> SelectionImpl.where(TableSelectable.Predicate<E>... predicates)
           
 

Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.subspecification
 

Subinterfaces of TableSelectable.Selection in org.omnaest.utils.structure.table.subspecification
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.
 

Methods in org.omnaest.utils.structure.table.subspecification that return TableSelectable.Selection
 TableSelectable.Selection<E> TableSelectable.Selection.allColumns()
          Sets all Table.Columns to be selected
 TableSelectable.Selection<E> TableSelectable.Selection.columns(Table.Column<E>... columns)
          Sets the Table.Columns of the TableSelectable.Selection.
 TableSelectable.Selection<E> TableSelectable.Selection.distinct()
          Merges Table.Rows if there Table.Cell elements are all equal
 TableSelectable.Selection<E> TableSelectable.Selection.from(Table<E>... tables)
          Sets the Table
 TableSelectable.Selection<E> TableSelectable.Selection.orderBy(Table.Column<E> column)
          Orders the TableSelectable.Selection after the given Table.Column by TableSelectable.Selection.Order.ASCENDING
 TableSelectable.Selection<E> TableSelectable.Selection.orderBy(Table.Column<E> column, TableSelectable.Selection.Order order)
          Adds a Table.Column and TableSelectable.Selection.Order declaration for a TableSelectable.Selection which results in an ordered Table after the given Table.Column by the given TableSelectable.Selection.Order.
 TableSelectable.Selection<E> TableSelectable.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
 TableSelectable.Selection<E> TableSelectable.Selection.top(int numberOfRows)
          Selects the given number of Table.Rows
 TableSelectable.Selection<E> TableSelectable.Selection.where(TableSelectable.Predicate<E>... predicates)
          Where clause of a TableSelectable.Selection which declares one ore multiple TableSelectable.Predicates
 

Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.view.concrete
 

Fields in org.omnaest.utils.structure.table.view.concrete declared as TableSelectable.Selection
protected  TableSelectable.Selection<E> TableViewImpl.selection
           
 

Constructors in org.omnaest.utils.structure.table.view.concrete with parameters of type TableSelectable.Selection
TableViewImpl(TableSelectable.Selection<E> selection)
           
 



Copyright © 2011. All Rights Reserved.