DbValueBase

dataprism.platform.QueryPlatform.DbValueBase
trait DbValueBase[A]

Attributes

Source
QueryPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SqlDbValueBase[A]
enum SqlDbValue[A]
case JoinNullable[B]
case UnaryOp[B, R]
case BinOp[B, C, R]
case AsSome[B]
case Null[B]
case IsNull[B]
case IsNotNull[B]
case InValues[B, R]
case NotInValues[B, R]
case InQuery[B, R]
case NotInQuery[B, R]
case ValueCase[V, R]
Show all

Members list

Value members

Abstract methods

def !==(that: DbValue[A])(using n: Nullability[A]): DbValue[n.N[Boolean]]

Attributes

Source
QueryPlatform.scala
def ===(that: DbValue[A])(using n: Nullability[A]): DbValue[n.N[Boolean]]

Attributes

Source
QueryPlatform.scala
def asc: Ord

Attributes

Source
QueryPlatform.scala
def desc: Ord

Attributes

Source
QueryPlatform.scala
protected def liftDbValue: DbValue[A]

Attributes

Source
QueryPlatform.scala