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 NoGeneratedKeysobject ReturnGeneratedKeys
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 CloseCursorsAtCommitobject HoldCursorsOverCommit
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 Arrayobject BigIntobject Binaryobject Bitobject Blobobject Booleanobject Charobject Clobobject DataLinkobject Dateobject Decimalobject Distinctobject Doubleobject Floatobject Integerobject JavaObjectobject LongVarBinaryobject LongVarCharobject LongnVarCharobject MsSqlDateTimeOffsetobject MsSqlVariantobject NCharobject NClobobject NVarCharobject Nullobject Numericobject Otherobject Realobject Refobject RefCursorobject RowIdobject SmallIntobject SqlXmlobject Structobject Timeobject TimeWithTimezoneobject Timestampobject TimestampWithTimezoneobject TinyIntclass Unknownobject VarBinaryobject VarCharShow 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 ConcurReadOnlyobject ConcurUpdatable
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 TransactionNoneobject TransactionReadCommittedobject TransactionReadUncommittedobject TransactionRepeatableReadobject TransactionSerializable
In this article