TypedMultiFragment

doobie.TypedMultiFragment
See theTypedMultiFragment companion trait

Attributes

Companion
trait
Source
TypedMultiFragment.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Prefixable[A] extends TypedMultiFragment[A]

A TypedMultiFragment that can be prefixed.

A TypedMultiFragment that can be prefixed.

Attributes

Source
TypedMultiFragment.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SQLDefinition[A]
class Column[A]

Types

type TupleValues[T <: Tuple] = InverseMap[T, TypedMultiFragment]

Attributes

Source
TypedMultiFragment.scala

Value members

Concrete methods

def read[A](tmfs: NonEmptyVector[TypedMultiFragment[_]])(map: (Iterator[Any]) => A): Read[A]

Constructs a Read for a bunch of TypedMultiFragments.

Constructs a Read for a bunch of TypedMultiFragments.

Attributes

Source
TypedMultiFragment.scala

Amount of results to skip from the ResultSet when reading the Nth tuple element.

Amount of results to skip from the ResultSet when reading the Nth tuple element.

Attributes

Source
TypedMultiFragment.scala

Givens

Givens

given read[A](using definition: TypedMultiFragment[A]): Read[A]

Attributes

Source
TypedMultiFragment.scala
given toFragment[A]: Conversion[TypedMultiFragment[A], Fragment]

Attributes

Source
TypedMultiFragment.scala
given toRead[A]: Conversion[TypedMultiFragment[A], Read[A]]

Attributes

Source
TypedMultiFragment.scala
given toSingleFragment[A]: Conversion[TypedMultiFragment[A], SingleFragment[A]]

Attributes

Source
TypedMultiFragment.scala