SingleFragment

doobie.syntax.SqlInterpolator$.SingleFragment$
See theSingleFragment companion class

Attributes

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

Members list

Value members

Deprecated methods

def fromPut[A](a: A)(implicit put: Put[A]): SingleFragment[A]

Attributes

Deprecated
[Since version 0.13.5]
Source
string.scala
def fromPutOption[A](a: Option[A])(implicit put: Put[A]): SingleFragment[A]

Attributes

Deprecated
[Since version 0.13.5]
Source
string.scala

Concrete fields

val empty: SingleFragment[Nothing]

Attributes

Source
string.scala

Implicits

Implicits

implicit def fromFragment(fr: Fragment): SingleFragment[Nothing]

Attributes

Source
string.scala
implicit def fromWrite[A](a: A)(implicit write: Write[A]): SingleFragment[A]

Attributes

Source
string.scala