MySqlApi
dataprism.platform.sql.implementations.MySqlPlatform.MySqlApi
trait MySqlApi extends QueryApi, SqlDbValueApi, SqlDbValueImplApi, SqlStringApi, SqlOperationApi, SqlQueryApi
Attributes
- Source
- MySqlPlatform.scala
- Graph
-
- Supertypes
-
trait SqlQueryApitrait SqlOperationApitrait SqlStringApitrait SqlDbValueImplApitrait SqlDbValueApitrait QueryApiclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
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
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
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
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
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
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
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
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
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
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
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
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
Attributes
- Inherited from:
- SqlDbValueImplApi
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValueImplApi
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValueImplApi
- Source
- SqlDbValues.scala
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
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
extension [T](t: T)(using mr: MapRes[Many, T])
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)
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
Defined exports
export booleanOptSqlLogic
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export booleanSqlLogic
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from MySqlPlatform
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from MySqlPlatform
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedDate
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedOptDate
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedOptString
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedOptTime
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedOptTimestamp
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedString
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedTime
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export sqlOrderedTimestamp
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Exported from DefaultSqlOperations
Attributes
- Source
- DefaultSqlOperations.scala
Inherited defined exports
Exported from SqlDbValuesBase
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Exported from QueryPlatform
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Exported from QueryPlatform
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Exported from SqlOperationsBase
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
Exported from QueryPlatform
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Exported from SqlDbValuesBase
Attributes
- Inherited from:
- SqlDbValueApi
- Source
- SqlDbValuesBase.scala
Exported from QueryPlatform
Attributes
- Inherited from:
- QueryApi
- Source
- QueryPlatform.scala
Exported from SqlOperationsBase
Attributes
- Inherited from:
- SqlOperationApi
- Source
- SqlOperationsBase.scala
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
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
Exported from SqlStringOps
Attributes
- Inherited from:
- SqlStringApi
- Source
- SqlStringOps.scala
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
export given_SqlString_Option
Exported from SqlString
Attributes
- Inherited from:
- SqlStringApi
- Source
- SqlStringOps.scala
export given_SqlString_String
Exported from SqlString
Attributes
- Inherited from:
- SqlStringApi
- Source
- SqlStringOps.scala
In this article