AllColumnExpr

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

Attributes

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

Members list

Concise view

Value members

Inherited methods

def &&(query: Expr[_]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
def <[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def <=[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def <>[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def ===[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def >[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def >=[V = Nothing](subQuery: SelectQuery[(V), _]): BinaryExpr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def ^(query: Expr[_]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr
infix inline def as(inline name: String)(using NonEmpty[name.type] =:= Any): AliasExpr[T, String]

Attributes

Inherited from:
Expr

Attributes

Inherited from:
Expr
infix def between[V = Nothing](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]

Attributes

Inherited from:
Expr

Attributes

Inherited from:
Expr
def equal(expr: Any): BinaryExpr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
infix def in[V = Nothing](list: V | Expr[V] | SelectQuery[(V), _]*): Expr[Boolean]

Attributes

Inherited from:
Expr
infix def in[V = Nothing](list: List[V | Expr[V] | SelectQuery[(V), _]]): Expr[Boolean]

Attributes

Inherited from:
Expr
infix def notBetween[V = Nothing](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]

Attributes

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

Attributes

Inherited from:
Expr
infix def notIn[V = Nothing](list: V | Expr[V] | SelectQuery[(V), _]*): Expr[Boolean]

Attributes

Inherited from:
Expr
infix def notIn[V = Nothing](list: List[V | Expr[V] | SelectQuery[(V), _]]): Expr[Boolean]

Attributes

Inherited from:
Expr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Expr
def ||(query: Expr[_]): BinaryExpr[Boolean]

Attributes

Inherited from:
Expr