Api

dataprism.jdbc.platform.MySql8JdbcPlatform.Api
object Api extends MySqlApi

Attributes

Source
MySql8JdbcPlatform.scala
Graph
Supertypes
trait MySqlApi
trait SqlQueryApi
trait SqlStringApi
trait QueryApi
class Object
trait Matchable
class Any
Show all
Self type
Api.type

Members list

Type members

Inherited types

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
type BinOp[LHS, RHS, R] = SqlDbValuesBase.this.BinOp[LHS, RHS, R]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
type CastType[A] = SqlDbValuesBase.this.CastType[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
type Codec[A] = SqlDbValuesBase.this.Codec[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type DbValue[A] = QueryPlatform.this.DbValue[A]

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
type DeleteFrom[A[_[_]]] = SqlOperationsBase.this.DeleteFrom[A]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type DeleteFromUsing[A[_[_]], B[_[_]]] = SqlOperationsBase.this.DeleteFromUsing[A, B]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type DeleteOperation[A[_[_]], B[_[_]]] = SqlOperationsBase.this.DeleteOperation[A, B]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type DeleteReturningOperation[A[_[_]], B[_[_]], C[_[_]]] = SqlOperationsBase.this.DeleteReturningOperation[A, B, C]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type InsertInto[A[_[_]]] = SqlOperationsBase.this.InsertInto[A]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type InsertOperation[A[_[_]], B[_[_]]] = SqlOperationsBase.this.InsertOperation[A, B]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type InsertReturningOperation[A[_[_]], B[_[_]], C[_[_]]] = SqlOperationsBase.this.InsertReturningOperation[A, B, C]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type Many[A] = QueryPlatform.this.Many[A]

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type Ord = QueryPlatform.this.Ord

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
type Query[A[_[_]]] = QueryPlatform.this.Query[A]

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
type QueryGrouped[A[_[_]]] = QueryPlatform.this.QueryGrouped[A]

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type Type[A] = SqlDbValuesBase.this.Type[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
type UnaryOp[V, R] = SqlDbValuesBase.this.UnaryOp[V, R]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
type UpdateOperation[A[_[_]], B[_[_]], C[_[_]]] = SqlOperationsBase.this.UpdateOperation[A, B, C]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type UpdateReturningOperation[A[_[_]], B[_[_]], C[_[_]], D[_[_]]] = SqlOperationsBase.this.UpdateReturningOperation[A, B, C, D]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type UpdateTable[A[_[_]]] = SqlOperationsBase.this.UpdateTable[A]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type UpdateTableFrom[A[_[_]], B[_[_]]] = SqlOperationsBase.this.UpdateTableFrom[A, B]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
type UpdateTableFromWhere[A[_[_]], C[_[_]]] = SqlOperationsBase.this.UpdateTableFromWhere[A, C]

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala

Value members

Inherited methods

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def Compile: SqlOperationsBase.this.Compile

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
inline def DbMath: SqlDbValuesBase.this.DbMath

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
inline def Many: SqlDbValuesBase.this.Many.type

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
inline def SqlFractional: SqlDbValues.this.SqlDbValues.this.SqlFractional.type

Attributes

Inherited from:
SqlDbValueImplApi
Source
SqlDbValues.scala
inline def SqlIntegral: SqlDbValues.this.SqlDbValues.this.SqlIntegral.type

Attributes

Inherited from:
SqlDbValueImplApi
Source
SqlDbValues.scala
inline def SqlNumeric: SqlDbValues.this.SqlDbValues.this.SqlNumeric.type

Attributes

Inherited from:
SqlDbValueImplApi
Source
SqlDbValues.scala
inline def SqlOrdered: SqlDbValues.this.SqlDbValues.this.SqlOrdered.type

Attributes

Inherited from:
SqlDbValueImplApi
Source
SqlDbValues.scala

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala

Extensions

Inherited extensions

extension [A](optVal: SqlDbValue[Option[A]])(using ev: NotGiven[A <:< Option[_]])
inline def filter(f: (SqlDbValue[A]) => SqlDbValue[Boolean]): SqlDbValuesBase.this.DbValue[Option[A]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def flatMap[B](f: (SqlDbValue[A]) => SqlDbValue[Option[B]]): SqlDbValuesBase.this.DbValue[Option[B]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def getOrElse(other: SqlDbValue[A]): SqlDbValuesBase.this.DbValue[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def map[B](f: (SqlDbValue[A]) => SqlDbValue[B]): SqlDbValuesBase.this.DbValue[Option[B]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def orElse(other: SqlDbValue[Option[A]]): SqlDbValuesBase.this.DbValue[Option[A]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def unsafeGet: SqlDbValuesBase.this.DbValue[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
extension [T](t: T)(using mr: MapRes[Many, T])
inline def mapManyN[B](f: (mr.K[DbValue]) => SqlDbValue[B]): SqlDbValuesBase.this.Many[B]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
extension [T](t: T)(using mr: MapRes[Compose2[DbValue, Option], T])
inline def mapNullableN[B](f: (mr.K[DbValue]) => SqlDbValue[B]): SqlDbValuesBase.this.DbValue[Option[B]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
extension [A](v: A)
inline def as(tpe: Type[A]): SqlDbValuesBase.this.DbValue[A]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
inline def asNullable(tpe: Type[A])(using NotGiven[A <:< Option[_]]): SqlDbValuesBase.this.DbValue[Option[A]]

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala

Exports

Inherited defined exports

Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
final type FullJoin = [A[_[_]], B[_[_]]] =>> QueryPlatform.this.FullJoin[A, B]
Exported from QueryPlatform

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
final type InnerJoin = [A[_[_]], B[_[_]]] =>> QueryPlatform.this.InnerJoin[A, B]
Exported from QueryPlatform

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
Exported from SqlOperationsBase

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
final type LeftJoin = [A[_[_]], B[_[_]]] =>> QueryPlatform.this.LeftJoin[A, B]
Exported from QueryPlatform

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
final type Nullable = QueryPlatform.this.Nullable
Exported from QueryPlatform

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
final type ResultOperation = [Res[_[_]]] =>> SqlOperationsBase.this.ResultOperation[Res]
Exported from SqlOperationsBase

Attributes

Inherited from:
SqlOperationApi
Source
SqlOperationsBase.scala
final type RightJoin = [A[_[_]], B[_[_]]] =>> QueryPlatform.this.RightJoin[A, B]
Exported from QueryPlatform

Attributes

Inherited from:
QueryApi
Source
QueryPlatform.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
final type SqlLogic = SqlDbValuesBase.this.SqlLogic
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
final type SqlString = SqlStringOps.this.SqlString
Exported from SqlStringOps

Attributes

Inherited from:
SqlStringApi
Source
SqlStringOps.scala
final val SqlString: SqlStringOps.this.SqlString
Exported from SqlStringOps

Attributes

Inherited from:
SqlStringApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Source
SqlDbValuesBase.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from MySqlPlatform

Attributes

Inherited from:
MySqlApi
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
Source
SqlStringOps.scala
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
Source
SqlStringOps.scala
override export sqlDeleteCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlDeleteFromLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlDeleteFromUsingLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlDeleteOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlDeleteReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlInsertCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlInsertIntoLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlInsertOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlInsertReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlNumericBigDecimal
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericDouble
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericFloat
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericInt
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericLong
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptBigDecimal
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptDouble
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptFloat
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptInt
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptLong
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericOptShort
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlNumericShort
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
Exported from SqlDbValues

Attributes

Inherited from:
MySqlApi
Source
SqlDbValues.scala
override export sqlSelectCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlSelectOperationLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateReturningOperationLift[A[_[_]], B[_[_]], C[_[_]], D[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateTableFromLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateTableFromWhereLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateTableLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala
override export sqlUpdateTableWhereLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
MySqlApi
Source
DefaultSqlOperations.scala