AllColumnExpr

easysql.dsl.AllColumnExpr
case class AllColumnExpr(owner: Option[String]) extends Expr[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expr[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def <(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <(expr: Expr[Nothing]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <=(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
def <=(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <>(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
def <>(value: Option[Nothing]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <>(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def ===(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
def ===(value: Option[Nothing]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def ===(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def >(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
def >(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def >=(q: Query[(Nothing), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
def >=(value: Nothing): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
infix def as(name: String)(using name.type != "" =:= true): AliasExpr[T, String]

Attributes

Inherited from:
Expr
def asc: OrderBy

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def desc: OrderBy

Attributes

Inherited from:
Expr
def in(subQuery: Query[(Nothing), _]): Expr[Boolean]

Attributes

Inherited from:
Expr
def in(list: Nothing | Expr[Nothing]*): Expr[Boolean]

Attributes

Inherited from:
Expr
def in(list: List[Nothing | Expr[Nothing]]): Expr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def notIn(subQuery: Query[(Nothing), _]): Expr[Boolean]

Attributes

Inherited from:
Expr
def notIn(list: Nothing | Expr[Nothing]*): Expr[Boolean]

Attributes

Inherited from:
Expr
def notIn(list: List[Nothing | Expr[Nothing]]): Expr[Boolean]

Attributes

Inherited from:
Expr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unsafeAs(name: String): AliasExpr[T, String]

Attributes

Inherited from:
Expr