Package

io.getquill.context.sql

norm

Permalink

package norm

Visibility
  1. Public
  2. All

Type Members

  1. class ExpandNestedQueries extends AnyRef

    Permalink
  2. case class FlattenGroupByAggregation(agg: Ident) extends StatelessTransformer with Product with Serializable

    Permalink
  3. case class References(state: State) extends StatefulTransformer[State] with Product with Serializable

    Permalink
  4. class SqlNormalize extends AnyRef

    Permalink
  5. case class State(ident: Ident, references: List[Property]) extends Product with Serializable

    Permalink

Value Members

  1. object AddDropToNestedOrderBy

    Permalink

    In SQL Server, Order By clauses are only allowed in sub-queries if the sub-query has a TOP or OFFSET modifier.

    In SQL Server, Order By clauses are only allowed in sub-queries if the sub-query has a TOP or OFFSET modifier. Otherwise an exception will be thrown. This transformation adds a 'dummy' OFFSET 0 in this scenario (if an Offset clause does not exist already).

  2. object ExpandDistinct

    Permalink
  3. object ExpandJoin

    Permalink
  4. object ExpandMappedInfix

    Permalink
  5. object SqlNormalize

    Permalink

Ungrouped