DbArray

dataprism.jdbc.platform.PostgresJdbcPlatform.DbArray
object DbArray extends SqlDbArrayCompanion

Attributes

Source
PostgresJdbcPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DbArray.type

Members list

Value members

Inherited methods

def of[A](value: SqlDbValue[A], values: SqlDbValue[A]*): SqlArrays.this.DbValue[Seq[A]]

Attributes

Inherited from:
SqlDbArrayCompanion
Source
SqlArrays.scala
def unnest[T](arrs: T)(using mr: MapRes[Compose2[DbValue, Seq], T]): SqlArrays.this.Query[[F[_]] =>> mr.K[Compose2[F, SqlArrays.this.Nullable]]]

Attributes

Inherited from:
SqlDbArrayCompanion
Source
SqlArrays.scala
def unnestK[A[_[_]]](arrs: A[Compose2[DbValue, Seq]])(using FA: ApplyKC[A], FT: TraverseKC[A]): SqlArrays.this.Query[[F[_]] =>> A[Compose2[F, SqlArrays.this.Nullable]]]

Attributes

Inherited from:
SqlDbArrayCompanion
Source
SqlArrays.scala