dateOperator

easysql.dsl.Expr$.dateOperator$
object dateOperator extends ExprOperator[Date]

Attributes

Graph
Supertypes
trait ExprOperator[Date]
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (e: Expr[Date])(e: Expr[Date])
def <(s: String): BinaryExpr[Boolean]
def <=(s: String): BinaryExpr[Boolean]
def <>(s: String): BinaryExpr[Boolean]
def ===(s: String): BinaryExpr[Boolean]
def >(s: String): BinaryExpr[Boolean]
def >=(s: String): BinaryExpr[Boolean]
def between(start: String, end: String): Expr[Boolean]
def notBetween(start: String, end: String): Expr[Boolean]
extension (v: Date)(v: Date)
infix def as(name: String)(using String != "" =:= true): AliasExpr[Date, String]
def unsafeAs(name: String): AliasExpr[Date, String]

Inherited extensions

extension (v: T)(v: Date)
def <(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def <=(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def <>(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def ===(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def >(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def >=(expr: Expr[T]): BinaryExpr[Boolean]

Attributes

Inherited from:
ExprOperator
def between(start: Expr[T], end: Expr[T]): Expr[Boolean]

Attributes

Inherited from:
ExprOperator
def in(list: Expr[T]*): Expr[Boolean]

Attributes

Inherited from:
ExprOperator
def in(list: List[Expr[T]]): Expr[Boolean]

Attributes

Inherited from:
ExprOperator
def notBetween(start: Expr[T], end: Expr[T]): Expr[Boolean]

Attributes

Inherited from:
ExprOperator
def notIn(list: Expr[T]*): Expr[Boolean]

Attributes

Inherited from:
ExprOperator
def notIn(list: List[Expr[T]]): Expr[Boolean]

Attributes

Inherited from:
ExprOperator