Api

dataprism.jdbc.platform.PostgresJdbcPlatform.Api
object Api extends PostgresApi

Attributes

Graph
Supertypes
trait PostgresApi
trait SqlArraysApi
trait SqlQueryApi
trait SqlMergeApi
trait SqlStringApi
trait QueryApi
class Object
trait Matchable
class Any
Show all
Self type
Api.type

Members list

Type members

Inherited types

type AnyDbValue = SqlDbValuesBase.this.AnyDbValue

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
type Compile = SqlOperationsBase.this.Compile

Attributes

Inherited from:
SqlOperationApi
type DbArrayCompanion = SqlArrays.this.DbArrayCompanion

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
type Nullability[A] = QueryPlatform.this.Nullability[A]

Attributes

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

Attributes

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

Attributes

Inherited from:
QueryApi
type OrdSeq = QueryPlatform.this.OrdSeq

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
type SelectOperation[A[_[_]]] = SqlOperationsBase.this.SelectOperation[A]

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
type UpdateTableWhere[A[_[_]]] = SqlOperationsBase.this.UpdateTableWhere[A]

Attributes

Inherited from:
SqlOperationApi

Value members

Inherited methods

inline def Case: SqlDbValuesBase.this.CaseCompanion

Attributes

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

Attributes

Inherited from:
SqlOperationApi
inline def DbArray: DbArrayCompanion

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
inline def DbValue: SqlDbValuesBase.this.DbValueCompanion

Attributes

Inherited from:
SqlDbValueApi
inline def Delete: SqlOperationsBase.this.DeleteCompanion

Attributes

Inherited from:
SqlOperationApi
inline def Insert: SqlOperationsBase.this.InsertCompanion

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
inline def Merge: SqlMergeOperations.this.SqlMergeCompanion

Attributes

Inherited from:
SqlMergeApi
inline def Nullability: SqlDbValuesBase.this.SqlDbValuesBase.this.Nullability.type

Attributes

Inherited from:
SqlDbValueApi
inline def Operation: SqlOperationsBase.this.OperationCompanion

Attributes

Inherited from:
SqlOperationApi
inline def Query: QueryPlatform.this.QueryCompanion

Attributes

Inherited from:
QueryApi
inline def Select: SqlOperationsBase.this.SelectCompanion

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
inline def Update: SqlOperationsBase.this.UpdateCompanion

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
inline def isDefined: SqlDbValuesBase.this.DbValue[Boolean]

Attributes

Inherited from:
SqlDbValueApi
inline def isEmpty: SqlDbValuesBase.this.DbValue[Boolean]

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

Inherited defined exports

final type ConditionCase = SqlDbValuesBase.this.ConditionCase
Exported from SqlDbValuesBase

Attributes

Inherited from:
SqlDbValueApi
final val DbArrayLike: SqlArrays.this.DbArrayLike
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
final type IntOperation = SqlOperationsBase.this.IntOperation
Exported from SqlOperationsBase

Attributes

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

Attributes

Inherited from:
QueryApi
final type NullabilityOf = SqlDbValuesBase.this.NullabilityOf
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
final val SqlBitwise: SqlBitwiseOps.this.SqlBitwise
Exported from SqlBitwiseOps

Attributes

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

Attributes

Inherited from:
SqlBitwiseApi
final type SqlFractional = SqlDbValuesBase.this.SqlFractional
Exported from SqlDbValuesBase

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
final type SqlOrdered = SqlDbValuesBase.this.SqlOrdered
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
final type ValueCase0 = SqlDbValuesBase.this.ValueCase0
Exported from SqlDbValuesBase

Attributes

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

Attributes

Inherited from:
SqlDbValueApi
export bitwiseByte
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
export bitwiseInt
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
export bitwiseOptInt
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
export bitwiseShort
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
final val given_ACoshCapability: PostgresPlatform.this.given_ACoshCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_ASinhCapability: PostgresPlatform.this.given_ASinhCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_ATanhCapability: PostgresPlatform.this.given_ATanhCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_DeleteUsingCapability: PostgresPlatform.this.given_DeleteUsingCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_DistinctOnCapability: PostgresPlatform.this.given_DistinctOnCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_ExceptAllCapability: PostgresPlatform.this.given_ExceptAllCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_ExceptCapability: PostgresPlatform.this.given_ExceptCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_FullJoinCapability: PostgresPlatform.this.given_FullJoinCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_IntersectCapability: PostgresPlatform.this.given_IntersectCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
final val given_LateralJoinCapability: PostgresPlatform.this.given_LateralJoinCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
Exported from SqlString

Attributes

Inherited from:
SqlStringApi
final val given_UpdateFromCapability: PostgresPlatform.this.given_UpdateFromCapability
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from PostgresPlatform

Attributes

Inherited from:
PostgresApi
Exported from SqlBitwise

Attributes

Inherited from:
SqlBitwiseApi
Exported from SqlBitwise

Attributes

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

Attributes

Inherited from:
SqlArraysApi
override export sqlDeleteCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlDeleteFromLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlDeleteFromUsingLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlDeleteOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlDeleteReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlInsertCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlInsertIntoLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlInsertOperationLift[A[_[_]], B[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlInsertReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlNumericBigDecimal
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericDouble
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericFloat
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericInt
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericLong
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptBigDecimal
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptDouble
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptFloat
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptInt
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptLong
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericOptShort
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlNumericShort
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
Exported from SqlDbValues

Attributes

Inherited from:
PostgresApi
override export sqlSelectCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlSelectOperationLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateCompanionLift
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateOperationLift[A[_[_]], B[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateReturningOperationLift[A[_[_]], B[_[_]], C[_[_]], D[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateTableFromLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateTableFromWhereLift[A[_[_]], C[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateTableLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi
override export sqlUpdateTableWhereLift[A[_[_]]]
Exported from DefaultSqlOperations

Attributes

Inherited from:
PostgresApi