Packages

object Subquery extends Serializable

Source
Node.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Subquery
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Condition extends AnyRef

Value Members

  1. case object AboveDistinct extends Condition with Product with Serializable

    A Subquery boundary above a DISTINCT without explicit column specification

  2. case object AboveRowNumber extends Condition with Product with Serializable

    A Subquery boundary above the mapping operation that adds a ROW_NUMBER

  3. case object AboveRownum extends Condition with Product with Serializable

    A Subquery boundary above the mapping operation that adds a ROWNUM

  4. case object BelowRowNumber extends Condition with Product with Serializable

    A Subquery boundary below the mapping operation that adds a ROW_NUMBER

  5. case object BelowRownum extends Condition with Product with Serializable

    A Subquery boundary below the mapping operation that adds a ROWNUM

  6. case object Default extends Condition with Product with Serializable

    Always create a subquery but allow purely aliasing projections to be pushed down