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

Type members

Classlikes

object Update

Attributes

Companion
trait
Source
update.scala
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
Supertypes
class Object
trait Matchable
class Any
Self type
Update[A]
object Update0

Attributes

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

Attributes

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

Attributes

Source
update.scala
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
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete fields

val DefaultChunkSize: Int

Attributes

Source
update.scala