stringOperator

easysql.dsl.Expr.stringOperator
object stringOperator extends ExprOperator[String]

Attributes

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

Members list

Extensions

Extensions

extension (e: Expr[String])
def +(expr: Expr[Date]): BinaryExpr[Date]
def -(expr: Expr[Date]): BinaryExpr[Date]
def ->(json: Int): BinaryExpr[String]
def ->(json: String): BinaryExpr[String]
def ->>(json: Int): BinaryExpr[String]
def ->>(json: String): BinaryExpr[String]
def like(value: String): BinaryExpr[Boolean]
def like(expr: Expr[String]): BinaryExpr[Boolean]
def notLike(value: String): BinaryExpr[Boolean]
def notLike(expr: Expr[String]): BinaryExpr[Boolean]
extension (v: String)
def +(expr: Expr[Date]): BinaryExpr[Date]
def -(expr: Expr[Date]): BinaryExpr[Date]
infix def as(name: String)(using name.type != "" =:= true): AliasExpr[String, String]
def unsafeAs(name: String): AliasExpr[String, String]

Inherited extensions

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ExprOperator