doobie.enumerated
package doobie.enumerated
Enumerated types for JDBC constants. enumerated values are provided by companion modules.
Attributes
Members list
Grouped members
Modules
object AutoGeneratedKeys
Attributes
- Companion
- class
- Source
- autogeneratedkeys.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AutoGeneratedKeys.type
object ColumnNullable
Attributes
- Companion
- class
- Source
- columnnullable.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ColumnNullable.type
object FetchDirection
Attributes
- Companion
- class
- Source
- fetchdirection.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FetchDirection.type
object Holdability
Attributes
- Companion
- class
- Source
- holdability.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Holdability.type
object JdbcType
Attributes
- Companion
- class
- Source
- jdbctype.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JdbcType.type
object Nullability
Attributes
- Companion
- class
- Source
- nullability.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Nullability.type
object ParameterMode
Attributes
- Companion
- class
- Source
- parametermode.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParameterMode.type
object ParameterNullable
Attributes
- Companion
- class
- Source
- parameternullable.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParameterNullable.type
object ResultSetConcurrency
Attributes
- Companion
- class
- Source
- resultsetconcurrency.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResultSetConcurrency.type
object ResultSetType
Attributes
- Companion
- class
- Source
- resultsettype.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResultSetType.type
object TransactionIsolation
Attributes
- Companion
- class
- Source
- transactionisolation.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TransactionIsolation.type
Types
sealed abstract class AutoGeneratedKeys(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- autogeneratedkeys.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object NoGeneratedKeys.typeobject ReturnGeneratedKeys.type
sealed abstract class ColumnNullable(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- columnnullable.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed abstract class FetchDirection(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- fetchdirection.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed abstract class Holdability(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- holdability.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CloseCursorsAtCommit.typeobject HoldCursorsOverCommit.type
sealed abstract class JdbcType(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- jdbctype.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object Array.typeobject BigInt.typeobject Binary.typeobject Bit.typeobject Blob.typeobject Boolean.typeobject Char.typeobject Clob.typeobject DataLink.typeobject Date.typeobject Decimal.typeobject Distinct.typeobject Double.typeobject Float.typeobject Integer.typeobject JavaObject.typeobject LongVarBinary.typeobject LongVarChar.typeobject LongnVarChar.typeobject MsSqlDateTimeOffset.typeobject MsSqlVariant.typeobject NChar.typeobject NClob.typeobject NVarChar.typeobject Null.typeobject Numeric.typeobject Other.typeobject Real.typeobject Ref.typeobject RefCursor.typeobject RowId.typeobject SmallInt.typeobject SqlXml.typeobject Struct.typeobject Time.typeobject TimeWithTimezone.typeobject Timestamp.typeobject TimestampWithTimezone.typeobject TinyInt.typeclass Unknownobject VarBinary.typeobject VarChar.typeShow all
sealed abstract class Nullability extends Product, Serializable
Generic nullability that subsumes JDBC's distinct parameter and column nullability.
Generic nullability that subsumes JDBC's distinct parameter and column nullability.
Attributes
- Companion
- object
- Source
- nullability.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed abstract class ParameterMode(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- parametermode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed abstract class ParameterNullable(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- parameternullable.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
sealed abstract class ResultSetConcurrency(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- resultsetconcurrency.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ConcurReadOnly.typeobject ConcurUpdatable.type
sealed abstract class ResultSetType(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- resultsettype.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
final case class SqlState(value: String) extends AnyVal
A simple newtype wrapper around JDBC SqlState values, which are always vendor-specific. Vendor modules like '''doobie-postgres''' can provide modules of defined values.
A simple newtype wrapper around JDBC SqlState values, which are always vendor-specific. Vendor modules like '''doobie-postgres''' can provide modules of defined values.
Attributes
- Source
- sqlstate.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass AnyValtrait Matchableclass AnyShow all
sealed abstract class TransactionIsolation(val toInt: Int) extends Product, Serializable
Attributes
- Companion
- object
- Source
- transactionisolation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object TransactionNone.typeobject TransactionReadCommitted.typeobject TransactionReadUncommitted.typeobject TransactionRepeatableRead.typeobject TransactionSerializable.type
In this article