Packages

  • package root
    Definition Classes
    root
  • package doobie
    Definition Classes
    root
  • package enum

    Enumerated types for JDBC constants.

    Enumerated types for JDBC constants.

    Definition Classes
    doobie
  • autogeneratedkeys
  • columnnullable
  • fetchdirection
  • holdability
  • jdbctype
  • nullability
  • parametermode
  • parameternullable
  • resultsetconcurrency
  • resultsettype
  • sqlstate
  • transactionisolation
  • package hi

    High-level database API.

    High-level database API. The constructors here are defined in terms of those in doobie.free.connection but differ in the following ways:

    • Enumerated values represented by Int values in JDBC are mapped to one of the proper types defined in doobie.enum.
    • Nullable values are represented in terms of Option.
    • Java collection types are translated to immutable Scala equivalents.
    • Actions that compute liftime-managed resources do not return the resource directly, but rather take a continuation in the resource's monad.
    • Actions that compute values of impure types (CLOB, InputStream, etc.) do not appear in this API. They are available in the low-level API but must be used with considerable caution.
    • Lifting actions, low-level type mapping actions, and resource management actions do not appear in this API.
    Definition Classes
    doobie
  • package syntax

    Collection of modules that add syntax to existing types.

    Collection of modules that add syntax to existing types.

    Definition Classes
    doobie
  • package util

    Collection of modules for typeclasses and other helpful bits.

    Collection of modules for typeclasses and other helpful bits.

    Definition Classes
    doobie
p

doobie

enum

package enum

Enumerated types for JDBC constants.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. enum
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Inherited from AnyRef

Inherited from Any

Ungrouped