update

doobie.util.update$
object update

Module defining updates parameterized by input type.

Attributes

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

Members list

Concise view

Type members

Classlikes

object Update

Attributes

Companion:
trait
Source:
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Update.type
trait Update[A]

An update parameterized by some input type A. This is the type constructed by the sql interpolator.

An update parameterized by some input type A. This is the type constructed by the sql interpolator.

Attributes

Companion:
object
Source:
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Update0

Attributes

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

Attributes

Companion:
object
Source:
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Source:
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Partial application hack to allow calling updateManyWithGeneratedKeys without passing the F[_] type argument explicitly.

Partial application hack to allow calling updateManyWithGeneratedKeys without passing the F[_] type argument explicitly.

Attributes

Source:
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete fields

Attributes

Source:
update.scala