BetweenExpr
org.easysql.dsl.BetweenExpr
case class BetweenExpr[T <: SqlDataType](query: Expr[_], start: T | Expr[_] | SelectQuery[_, _], end: T | Expr[_] | SelectQuery[_, _], isNot: Boolean) extends Expr[Boolean]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Expr[Boolean]trait SelectItem[Boolean]class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Inherited methods
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
infix def between(start: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _], end: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _]): Expr[Boolean]
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
infix def notBetween(start: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _], end: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _]): Expr[Boolean]
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product