object Subquery extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Subquery
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- case object AboveDistinct extends Condition with Product with Serializable
A Subquery boundary above a DISTINCT without explicit column specification
- case object AboveRowNumber extends Condition with Product with Serializable
A Subquery boundary above the mapping operation that adds a ROW_NUMBER
- case object AboveRownum extends Condition with Product with Serializable
A Subquery boundary above the mapping operation that adds a ROWNUM
- case object BelowRowNumber extends Condition with Product with Serializable
A Subquery boundary below the mapping operation that adds a ROW_NUMBER
- case object BelowRownum extends Condition with Product with Serializable
A Subquery boundary below the mapping operation that adds a ROWNUM
- case object Default extends Condition with Product with Serializable
Always create a subquery but allow purely aliasing projections to be pushed down
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...