doobie.util

package doobie.util

Members list

Concise view

Type members

Classlikes

trait <:!<[A, B] extends Serializable

Attributes

Companion:
object
Source:
subtype.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
object <:!<

Attributes

Companion:
trait
Source:
subtype.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
<:!<.type
trait Colors

Attributes

Companion:
object
Source:
Colors.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ansi.type
object None.type
object Colors

Attributes

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

Attributes

Source:
ExecutionContexts.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class Get[A](val typeStack: NonEmptyList[Option[String]], val jdbcSources: NonEmptyList[JdbcType], val get: Coyoneda[[_] =>> (ResultSet, Int) => _$1, A])

Attributes

Companion:
object
Source:
get.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Advanced[A]
class Basic[A]
object Get extends GetInstances

Attributes

Companion:
class
Source:
get.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Get.type

Attributes

Source:
get.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Get.type
sealed abstract class Put[A](val typeStack: NonEmptyList[Option[String]], val jdbcTargets: NonEmptyList[JdbcType], val put: ContravariantCoyoneda[[_] =>> (PreparedStatement, Int, _$1) => Unit, A], val update: ContravariantCoyoneda[[_] =>> (ResultSet, Int, _$2) => Unit, A])

Attributes

Companion:
object
Source:
put.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Advanced[A]
class Basic[A]
object Put extends PutInstances

Attributes

Companion:
class
Source:
put.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Put.type

Attributes

Source:
put.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Put.type
trait Read[A]

Attributes

Companion:
object
Source:
read.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Read[A]
object Read extends Read1

Attributes

Companion:
trait
Source:
read.scala
Graph
Supertypes
trait Read1
class Object
trait Matchable
class Any
Self type
Read.type
sealed trait Read1 extends ReadPlatform

Attributes

Source:
read.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Read.type
Self type
Read.type

Attributes

Source:
ReadPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Auto.type

Attributes

Source:
ReadPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Read1
object Read.type
object Auto.type
trait Write[A]

Attributes

Companion:
object
Source:
write.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Write extends Write1

Attributes

Companion:
trait
Source:
write.scala
Graph
Supertypes
trait Write1
class Object
trait Matchable
class Any
Self type
Write.type
sealed trait Write1 extends WritePlatform

Attributes

Source:
write.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Write.type
Self type
Write.type

Attributes

Source:
WritePlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Auto.type

Attributes

Source:
WritePlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Write1
object Write.type
object Auto.type
object analysis

Module defining a type for analyzing the type alignment of prepared statements.

Module defining a type for analyzing the type alignment of prepared statements.

Attributes

Source:
analysis.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object catchsql

Module of additional combinators for ApplicativeError, specific to SQLException.

Module of additional combinators for ApplicativeError, specific to SQLException.

Attributes

Source:
catchsql.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object foldable

Module of additional functions for Foldable.

Module of additional functions for Foldable.

Attributes

Source:
foldable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object fragment

Module defining the Fragment data type.

Module defining the Fragment data type.

Attributes

Source:
fragment.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object fragments

Module of Fragment constructors.

Module of Fragment constructors.

Attributes

Source:
fragments.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object invariant

Module defining the type of exceptions representing unmet expectations. These typically indicate a problem with the schema, with type mapping, with driver compliance, and so on. The intent is that they be as fine-grained as reasonable for diagnostic purposes, but it is not expected that the application should be able to handle them in any meaningful way.

Module defining the type of exceptions representing unmet expectations. These typically indicate a problem with the schema, with type mapping, with driver compliance, and so on. The intent is that they be as fine-grained as reasonable for diagnostic purposes, but it is not expected that the application should be able to handle them in any meaningful way.

Attributes

Source:
invariant.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object io

Module for a constructor of modules of IO operations for effectful monads.

Module for a constructor of modules of IO operations for effectful monads.

Attributes

Source:
io.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
io.type
object lens

Attributes

Source:
lens.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
lens.type
object pretty

Some functions for pretty-printing.

Some functions for pretty-printing.

Attributes

Source:
pretty.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
pretty.type
object query

Module defining queries parameterized by input and output types.

Module defining queries parameterized by input and output types.

Attributes

Source:
query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
query.type
object stream

Additional functions for manipulating Stream values.

Additional functions for manipulating Stream values.

Attributes

Source:
stream.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stream.type
object transactor

Attributes

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

Module defining updates parameterized by input type.

Module defining updates parameterized by input type.

Attributes

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

Module for implicit syntax useful in REPL session.

Module for implicit syntax useful in REPL session.

Attributes

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