Package

doobie

enum

Permalink

package enum

Enumerated types for JDBC constants. Enum values are provided by companion modules.

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

Type Members

  1. sealed abstract class AutoGeneratedKeys extends Product with Serializable

    Permalink

  2. sealed abstract class ColumnNullable extends Product with Serializable

    Permalink

  3. sealed abstract class FetchDirection extends Product with Serializable

    Permalink

  4. sealed abstract class Holdability extends Product with Serializable

    Permalink

  5. sealed abstract class JdbcType extends Product with Serializable

    Permalink

  6. sealed abstract class Nullability extends Product with Serializable

    Permalink

    Generic nullability that subsumes JDBC's distinct parameter and column nullability.

  7. sealed abstract class ParameterMode extends Product with Serializable

    Permalink

  8. sealed abstract class ParameterNullable extends Product with Serializable

    Permalink

  9. sealed abstract class ResultSetConcurrency extends Product with Serializable

    Permalink

  10. sealed abstract class ResultSetType extends Product with Serializable

    Permalink

  11. final case class SqlState(value: String) extends AnyVal with Product with Serializable

    Permalink

    A simple newtype wrapper around JDBC SqlState values, which are always vendor-specific.

    A simple newtype wrapper around JDBC SqlState values, which are always vendor-specific. Vendor modules like doobie-postgres can provide modules of defined values.

  12. sealed abstract class TransactionIsolation extends Product with Serializable

    Permalink

Value Members

  1. object AutoGeneratedKeys extends Serializable

    Permalink

  2. object ColumnNullable extends Serializable

    Permalink

  3. object FetchDirection extends Serializable

    Permalink

  4. object Holdability extends Serializable

    Permalink

  5. object JdbcType extends Serializable

    Permalink

  6. object Nullability extends Serializable

    Permalink

  7. object ParameterMode extends Serializable

    Permalink

  8. object ParameterNullable extends Serializable

    Permalink

  9. object ResultSetConcurrency extends Serializable

    Permalink

  10. object ResultSetType extends Serializable

    Permalink

  11. object TransactionIsolation extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Modules

Types