Impl

dataprism.jdbc.platform.MySql57JdbcPlatform.Impl
object Impl extends DefaultCompleteImpl

Attributes

Source
MySql57JdbcPlatform.scala
Graph
Supertypes
trait SqlBaseImpl
class Object
trait Matchable
class Any
Show all
Self type
Impl.type

Members list

Value members

Inherited methods

override def asc[A](v: SqlDbValue[A]): DefaultCompleteSql.this.Ord

Attributes

Definition Classes
Inherited from:
DefaultCompleteImpl
Source
DefaultCompleteSql.scala
override def binaryOp[LHS, RHS, R](lhs: SqlDbValue[LHS], rhs: SqlDbValue[RHS], binaryOp: BinOp[LHS, RHS, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
override def desc[A](v: SqlDbValue[A]): DefaultCompleteSql.this.Ord

Attributes

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

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
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
Source
SqlDbValues.scala
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
Source
SqlDbValues.scala
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
Source
SqlQueries.scala
override def unaryOp[V, R](value: SqlDbValue[V], unaryOp: UnaryOp[V, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
override def unsafeAsAnyDbVal[A](v: SqlDbValue[A]): DefaultCompleteSql.this.DbValue[Any]

Attributes

Definition Classes
Inherited from:
DefaultCompleteImpl
Source
DefaultCompleteSql.scala