CaseExpr
case class CaseExpr[T <: SqlDataType](conditions: List[CaseBranch[T]], var default: T | Expr[T] | SelectQuery[(T), _]) extends Expr[T]
trait Serializable
trait Product
trait Equals
trait Expr[T]
trait SelectItem[T]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
infix def between[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr
infix def notBetween[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
- Inherited from:
- Expr