InSubQueryExpr

org.easysql.dsl.InSubQueryExpr
case class InSubQueryExpr[T <: SqlDataType](query: Expr[T], subQuery: SelectQuery[_, _], isNot: Boolean) extends Expr[Boolean]

Attributes

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

Members list

Concise view

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def >=(value: Boolean): 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(start: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _], end: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _]): 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[(Boolean), _]): Expr[Boolean]

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
infix def notBetween(start: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _], end: Boolean | Expr[Boolean] | SelectQuery[(Boolean), _]): Expr[Boolean]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Expr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
Expr