SubQueryPredicateExpr
case class SubQueryPredicateExpr[T <: SqlDataType](query: SelectQuery[_, _], predicate: SqlSubQueryPredicate) extends Expr[T]
trait Serializable
trait Product
trait Equals
trait Expr[T]
trait SelectItem[T]
class Object
trait Matchable
class Any
Value members
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