QueryApi

dataprism.platform.QueryPlatform.QueryApi
trait QueryApi

Attributes

Source
QueryPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait H2Api
object Api
trait MySqlApi
object Api
object Api
object Api
trait PostgresApi
object Api
object Api
trait SqliteApi
object Api
Show all

Members list

Type members

Types

type DbValue[A] = DbValue[A]

Attributes

Source
QueryPlatform.scala
type Many[A] = Many[A]

Attributes

Source
QueryPlatform.scala
type Nullability[A] = Nullability[A]

Attributes

Source
QueryPlatform.scala
type Ord = Ord

Attributes

Source
QueryPlatform.scala
type OrdSeq = OrdSeq

Attributes

Source
QueryPlatform.scala
type Query[A[_[_]]] = Query[A]

Attributes

Source
QueryPlatform.scala
type QueryGrouped[A[_[_]]] = QueryGrouped[A]

Attributes

Source
QueryPlatform.scala

Value members

Concrete methods

inline def Query: QueryCompanion

Attributes

Source
QueryPlatform.scala

Exports

Defined exports

final type FullJoin = [A[_[_]], B[_[_]]] =>> FullJoin[A, B]
Exported from QueryPlatform

Attributes

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

Attributes

Source
QueryPlatform.scala
final type LeftJoin = [A[_[_]], B[_[_]]] =>> LeftJoin[A, B]
Exported from QueryPlatform

Attributes

Source
QueryPlatform.scala
final type Nullable = Nullable
Exported from QueryPlatform

Attributes

Source
QueryPlatform.scala
final type RightJoin = [A[_[_]], B[_[_]]] =>> RightJoin[A, B]
Exported from QueryPlatform

Attributes

Source
QueryPlatform.scala