PostgresApi

dataprism.platform.sql.implementations.PostgresPlatform.PostgresApi

Attributes

Graph
Supertypes
trait SqlArraysApi
trait SqlQueryApi
trait SqlMergeApi
trait SqlStringApi
trait QueryApi
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlOperationApi

Attributes

Inherited from:
SqlArraysApi
type DbValue[A] = QueryPlatform.this.DbValue[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
QueryApi

Attributes

Inherited from:
QueryApi

Attributes

Inherited from:
SqlOperationApi
type Ord = QueryPlatform.this.Ord

Attributes

Inherited from:
QueryApi

Attributes

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

Attributes

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

Attributes

Inherited from:
QueryApi

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SqlOperationApi

Attributes

Inherited from:
SqlOperationApi

Value members

Inherited methods

Attributes

Inherited from:
SqlDbValueApi
inline def Compile: SqlOperationsBase.this.Compile

Attributes

Inherited from:
SqlOperationApi

Attributes

Inherited from:
SqlArraysApi
inline def DbMath: SqlDbValuesBase.this.DbMath

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlOperationApi

Attributes

Inherited from:
SqlOperationApi
inline def Many: SqlDbValuesBase.this.Many.type

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlMergeApi

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlOperationApi

Attributes

Inherited from:
QueryApi

Attributes

Inherited from:
SqlOperationApi
inline def SqlFractional: SqlDbValues.this.SqlDbValues.this.SqlFractional.type

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SqlDbValueImplApi

Attributes

Inherited from:
SqlOperationApi

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
inline def flatMap[B](f: (SqlDbValue[A]) => SqlDbValue[Option[B]]): SqlDbValuesBase.this.DbValue[Option[B]]

Attributes

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

Attributes

Inherited from:
SqlDbValueApi

Attributes

Inherited from:
SqlDbValueApi

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
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
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
extension [A](v: A)
inline def as(tpe: Type[A]): SqlDbValuesBase.this.DbValue[A]

Attributes

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

Attributes

Inherited from:
SqlDbValueApi

Exports

Defined exports

export bitwiseByte
Exported from PostgresPlatform
export bitwiseInt
Exported from PostgresPlatform
Exported from PostgresPlatform
export bitwiseOptInt
Exported from PostgresPlatform
Exported from PostgresPlatform
export bitwiseShort
Exported from PostgresPlatform
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
override export sqlDeleteCompanionLift
Exported from DefaultSqlOperations
override export sqlDeleteFromLift[A[_[_]]]
Exported from DefaultSqlOperations
override export sqlDeleteFromUsingLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations
override export sqlDeleteOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations
override export sqlDeleteReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations
override export sqlInsertCompanionLift
Exported from DefaultSqlOperations
override export sqlInsertIntoLift[A[_[_]]]
Exported from DefaultSqlOperations
override export sqlInsertOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations
override export sqlInsertReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations
override export sqlNumericBigDecimal
Exported from SqlDbValues
override export sqlNumericDouble
Exported from SqlDbValues
override export sqlNumericFloat
Exported from SqlDbValues
override export sqlNumericInt
Exported from SqlDbValues
override export sqlNumericLong
Exported from SqlDbValues
override export sqlNumericOptBigDecimal
Exported from SqlDbValues
override export sqlNumericOptDouble
Exported from SqlDbValues
override export sqlNumericOptFloat
Exported from SqlDbValues
override export sqlNumericOptInt
Exported from SqlDbValues
override export sqlNumericOptLong
Exported from SqlDbValues
override export sqlNumericOptShort
Exported from SqlDbValues
override export sqlNumericShort
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
Exported from SqlDbValues
override export sqlSelectCompanionLift
Exported from DefaultSqlOperations
override export sqlSelectOperationLift[A[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateCompanionLift
Exported from DefaultSqlOperations
override export sqlUpdateOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateReturningOperationLift[A[_[_]], B[_[_]], C[_[_]], D[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateTableFromLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateTableFromWhereLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateTableLift[A[_[_]]]
Exported from DefaultSqlOperations
override export sqlUpdateTableWhereLift[A[_[_]]]
Exported from DefaultSqlOperations

Inherited defined exports

Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlArrays

Attributes

Inherited from:
SqlArraysApi
final type DbArrayLike = SqlArrays.this.DbArrayLike
Exported from SqlArrays

Attributes

Inherited from:
SqlArraysApi
final type FullJoin = [A[_[_]], B[_[_]]] =>> QueryPlatform.this.FullJoin[A, B]
Exported from QueryPlatform

Attributes

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

Attributes

Inherited from:
QueryApi
Exported from SqlOperationsBase

Attributes

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

Attributes

Inherited from:
QueryApi
Exported from SqlDbValuesBase

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
QueryApi
Exported from SqlBitwiseOps

Attributes

Inherited from:
SqlBitwiseApi
final type SqlBitwise = SqlBitwiseOps.this.SqlBitwise
Exported from SqlBitwiseOps

Attributes

Inherited from:
SqlBitwiseApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlDbValuesBase

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
final val SqlString: SqlStringOps.this.SqlString
Exported from SqlStringOps

Attributes

Inherited from:
SqlStringApi
final type SqlString = SqlStringOps.this.SqlString
Exported from SqlStringOps

Attributes

Inherited from:
SqlStringApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
Exported from SqlBitwise

Attributes

Inherited from:
SqlBitwiseApi
Exported from SqlBitwise

Attributes

Inherited from:
SqlBitwiseApi
export seqIsDbArray[A]
Exported from DbArrayLike

Attributes

Inherited from:
SqlArraysApi