Update

doobie.util.update$.Update$
See theUpdate companion trait
object Update

Attributes

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

Members list

Grouped members

Typeclass Instances

Update is a contravariant functor.

Update is a contravariant functor.

Attributes

Source
update.scala

Constructors

def apply[A](sql: String, pos: Option[Pos], label: String)(implicit W: Write[A]): Update[A]

Construct an Update for some writable parameter type A with the given SQL string, and optionally a Pos and/or LogHandler for diagnostics. The normal mechanism for construction is the sql/fr/fr0 interpolators.

Construct an Update for some writable parameter type A with the given SQL string, and optionally a Pos and/or LogHandler for diagnostics. The normal mechanism for construction is the sql/fr/fr0 interpolators.

Attributes

Source
update.scala