NullExpr

easysql.dsl.NullExpr$
case object NullExpr extends Expr[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Expr[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
NullExpr.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

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 fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
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