DefaultCompleteImpl

dataprism.platform.sql.DefaultCompleteSql.DefaultCompleteImpl

Attributes

Graph
Supertypes
trait SqlBaseImpl
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asc[A](v: DbValue[A]): Ord

Attributes

Definition Classes
override def desc[A](v: DbValue[A]): Ord

Attributes

Definition Classes
override def unsafeAsAnyDbVal[A](v: DbValue[A]): DbValue[Any]

Attributes

Definition Classes

Inherited methods

override def binaryOp[LHS, RHS, R](lhs: DbValue[LHS], rhs: DbValue[RHS], binaryOp: BinOp[LHS, RHS, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
override def function[A](name: FunctionName, args: Seq[AnyDbValue], tpe: Type[A]): SqlDbValues.this.DbValue[A]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
override def nullableBinOp[LHS, RHS, R](op: BinOp[LHS, RHS, R])(using NotGiven[LHS <:< Option[_]], NotGiven[RHS <:< Option[_]], NotGiven[R <:< Option[_]]): SqlDbValues.this.BinOp[Option[LHS], Option[RHS], Option[R]]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
override def nullableUnaryOp[V, R](op: UnaryOp[V, R])(using NotGiven[V <:< Option[_]], NotGiven[R <:< Option[_]]): SqlDbValues.this.UnaryOp[Option[V], Option[R]]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
def queryFunction[A[_[_]]](function: FunctionName, arguments: Seq[AnyDbValue], types: A[Type])(using FA: ApplyKC[A], FT: TraverseKC[A]): SqlQueries.this.Query[A]

Attributes

Inherited from:
SqlQueriesImpl
override def unaryOp[V, R](value: DbValue[V], unaryOp: UnaryOp[V, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl