Subquery

slick.ast.Subquery
See theSubquery companion class
object Subquery

Attributes

Companion
class
Source
Node.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Subquery.type

Members list

Type members

Classlikes

case object AboveDistinct extends Condition

A Subquery boundary above a DISTINCT without explicit column specification

A Subquery boundary above a DISTINCT without explicit column specification

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
case object AboveRowNumber extends Condition

A Subquery boundary above the mapping operation that adds a ROW_NUMBER

A Subquery boundary above the mapping operation that adds a ROW_NUMBER

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
case object AboveRownum extends Condition

A Subquery boundary above the mapping operation that adds a ROWNUM

A Subquery boundary above the mapping operation that adds a ROWNUM

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
case object BelowRowNumber extends Condition

A Subquery boundary below the mapping operation that adds a ROW_NUMBER

A Subquery boundary below the mapping operation that adds a ROW_NUMBER

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
case object BelowRownum extends Condition

A Subquery boundary below the mapping operation that adds a ROWNUM

A Subquery boundary below the mapping operation that adds a ROWNUM

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Condition

Attributes

Source
Node.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AboveDistinct.type
object AboveRowNumber.type
object AboveRownum.type
object BelowRowNumber.type
object BelowRownum.type
object Default.type
Show all
case object Default extends Condition

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

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

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Condition
class Object
trait Matchable
class Any
Show all
Self type
Default.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala