package fsm

Type Members

  1. class BaseQueryYield [G] extends SelectState[G] with OrderBySignatures[G] with QueryYield[G]
  2. trait ComputeStateFromGroupByState [K, M] extends QueryYield[GroupWithMeasures[K, M]] with OrderBySignatures[GroupWithMeasures[K, M]]
  3. trait ComputeStateStartOrWhereState [M] extends QueryYield[Measures[M]] with OrderBySignatures[Measures[M]]
  4. sealed abstract class Conditioned extends AnyRef
  5. trait GroupByState [K] extends QueryYield[Group[K]] with ComputeMeasuresSignaturesFromGroupByState[K] with OrderBySignatures[Group[K]]
  6. class GroupQueryYield [K] extends BaseQueryYield[Group[K]] with GroupByState[K] with HavingState[K] with OrderBySignatures[Group[K]] with QueryYield[Group[K]]
  7. class GroupWithMeasuresQueryYield [K, M] extends BaseQueryYield[GroupWithMeasures[K, M]] with ComputeStateFromGroupByState[K, M] with OrderBySignatures[GroupWithMeasures[K, M]] with QueryYield[GroupWithMeasures[K, M]]
  8. trait HavingState [G] extends ComputeMeasuresSignaturesFromGroupByState[G]
  9. class MeasuresQueryYield [M] extends BaseQueryYield[Measures[M]] with OrderBySignatures[Measures[M]] with ComputeStateStartOrWhereState[M] with QueryYield[Measures[M]]
  10. trait QueryElements [Cond] extends WhereState[Cond] with ComputeMeasuresSignaturesFromStartOrWhereState with StartState
  11. trait SelectState [R] extends QueryYield[R] with OrderBySignatures[R]
  12. trait StartState extends GroupBySignatures with ComputeMeasuresSignaturesFromStartOrWhereState
  13. sealed abstract class Unconditioned extends AnyRef
  14. trait WhereState [Cond] extends GroupBySignatures with ComputeMeasuresSignaturesFromStartOrWhereState

Ungrouped