PostgresApi
dataprism.platform.sql.implementations.PostgresPlatform.PostgresApi
trait PostgresApi extends QueryApi, SqlDbValueApi, SqlDbValueImplApi, SqlBitwiseApi, SqlStringApi, SqlOperationApi, SqlMergeApi, SqlQueryApi, SqlArraysApi
Attributes
- Source
- PostgresPlatform.scala
- Graph
-
- Supertypes
-
trait SqlArraysApitrait SqlQueryApitrait SqlMergeApitrait SqlOperationApitrait SqlStringApitrait SqlBitwiseApitrait 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:
- SqlArraysApi
- Source
- SqlArrays.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:
- SqlArraysApi
- Source
- SqlArrays.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:
- SqlMergeApi
- Source
- SqlMergeOperations.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 bitwiseByte
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export bitwiseInt
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export bitwiseOptByte
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export bitwiseOptInt
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export bitwiseOptShort
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export bitwiseShort
Exported from PostgresPlatform
Attributes
- Source
- PostgresPlatform.scala
export booleanOptSqlLogic
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
export booleanSqlLogic
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from SqlDbValues
Attributes
- Source
- SqlDbValues.scala
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
Exported from PostgresPlatform
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 SqlArrays
Attributes
- Inherited from:
- SqlArraysApi
- Source
- SqlArrays.scala
Exported from SqlArrays
Attributes
- Inherited from:
- SqlArraysApi
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 SqlBitwiseOps
Attributes
- Inherited from:
- SqlBitwiseApi
- Source
- SqlBitwiseOps.scala
Exported from SqlBitwiseOps
Attributes
- Inherited from:
- SqlBitwiseApi
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
export longBitwiseOps
Exported from SqlBitwise
Attributes
- Inherited from:
- SqlBitwiseApi
- Source
- SqlBitwiseOps.scala
export optLongBitwiseOps
Exported from SqlBitwise
Attributes
- Inherited from:
- SqlBitwiseApi
- Source
- SqlBitwiseOps.scala
Exported from DbArrayLike
Attributes
- Inherited from:
- SqlArraysApi
- Source
- SqlArrays.scala
In this article