Internals

doobie.util.fragment.Fragment.Internals
trait Internals

Internals of a Fragment, available for diagnostic purposes. Monoidal structure is not preserved for the elements of this object.

Attributes

Source
fragment.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type A

Existential type of this Fragment's argument (typically an HList).

Existential type of this Fragment's argument (typically an HList).

Attributes

Source
fragment.scala

Value members

Abstract methods

def arg: A

This Fragment's argument, as an opaque value (typically an HList).

This Fragment's argument, as an opaque value (typically an HList).

Attributes

Source
fragment.scala
def elements: List[Any]

The elements of a as an untyped list.

The elements of a as an untyped list.

Attributes

Source
fragment.scala
def pos: Option[Pos]

Source code position where this Fragment was constructed, if known.

Source code position where this Fragment was constructed, if known.

Attributes

Source
fragment.scala
def sql: String

This Fragment's SQL string.

This Fragment's SQL string.

Attributes

Source
fragment.scala
def write: Write[A]

A Write instance for A.

A Write instance for A.

Attributes

Source
fragment.scala