scalasql.query.Select
See theSelect companion trait
object Select
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
- Known subtypes
Value members
Concrete methods
def newSimpleSelect[Q, R](lhs: Select[Q, R], expr: Q, exprPrefix: Option[Context => SqlStr], exprSuffix: Option[Context => SqlStr], preserveAll: Boolean, from: Seq[From], joins: Seq[Join], where: Seq[Expr[_]], groupBy0: Option[GroupBy])(implicit qr: Row[Q, R], dialect: DialectTypeMappers): SimpleSelect[Q, R]
def withExprPrefix[Q, R](s: Select[Q, R], preserveAll: Boolean, str: Context => SqlStr): Select[Q, R]
def withExprSuffix[Q, R](s: Select[Q, R], preserveAll: Boolean, str: Context => SqlStr): Select[Q, R]
Implicits
Implicits
In this article