easysql.query.select.Select
See theSelect companion object
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
infix def select[I <: SqlDataType, E <: Expr[I]](item: E): Select[Concat[T, (I)], Concat[A, AliasNames[(E)]]]
infix def select[I <: SqlDataType, N <: String](item: AliasExpr[I, N]): Select[Concat[T, (I)], Concat[A, (N)]]
Extension method from Select