Column

doobie.Column
See theColumn companion class
object Column

Attributes

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

Members list

Type members

Classlikes

object invariant extends Invariant[Column]

Attributes

Source
Column.scala
Supertypes
trait Invariant[Column]
trait Serializable
class Object
trait Matchable
class Any
Self type
invariant.type

Value members

Concrete methods

def apply[A](rawName: String)(using r: Read[A], w: Write[A]): Column[A]

Attributes

Source
Column.scala

Givens

Givens

Attributes

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

Attributes

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

Attributes

Source
Column.scala
given toSqlDefinition[A]: Conversion[Column[A], SQLDefinition[A]]

Attributes

Source
Column.scala

Extensions

Extensions

extension [A](c: Column[Option[A]])

Returns a column_name <> $a Fragment.

Returns a column_name <> $a Fragment.

Attributes

Note

SQL supports checking for equality between nullable and non-nullable columns.

Source
Column.scala

Returns a column_name = $a Fragment.

Returns a column_name = $a Fragment.

Attributes

Note

SQL supports checking for equality between nullable and non-nullable columns.

Source
Column.scala

Attributes

Source
Column.scala

Attributes

Source
Column.scala

Attributes

Source
Column.scala