QueryApi

dataprism.platform.QueryPlatform.QueryApi
trait QueryApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait H2Api
trait MySqlApi
trait PostgresApi
trait SqliteApi

Members list

Type members

Types

type DbValue[A] = DbValue[A]
type Many[A] = Many[A]
type Nullability[A] = Nullability[A]
type Ord = Ord
type OrdSeq = OrdSeq
type Query[A[_[_]]] = Query[A]
type QueryGrouped[A[_[_]]] = QueryGrouped[A]

Value members

Concrete methods

inline def Query: QueryCompanion

Exports

Defined exports

final type FullJoin = [A[_[_]], B[_[_]]] =>> FullJoin[A, B]
Exported from QueryPlatform
final type InnerJoin = [A[_[_]], B[_[_]]] =>> InnerJoin[A, B]
Exported from QueryPlatform
final type LeftJoin = [A[_[_]], B[_[_]]] =>> LeftJoin[A, B]
Exported from QueryPlatform
final type Nullable = Nullable
Exported from QueryPlatform
final type RightJoin = [A[_[_]], B[_[_]]] =>> RightJoin[A, B]
Exported from QueryPlatform