JdbcType

doobie.enumerated.JdbcType
See theJdbcType companion object
sealed abstract class JdbcType(val toInt: Int) extends Product, Serializable

Attributes

Companion
object
Source
jdbctype.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Array.type
object BigInt.type
object Binary.type
object Bit.type
object Blob.type
object Boolean.type
object Char.type
object Clob.type
object DataLink.type
object Date.type
object Decimal.type
object Distinct.type
object Double.type
object Float.type
object Integer.type
object JavaObject.type
object LongVarBinary.type
object LongVarChar.type
object LongnVarChar.type
object MsSqlDateTimeOffset.type
object MsSqlVariant.type
object NChar.type
object NClob.type
object NVarChar.type
object Null.type
object Numeric.type
object Other.type
object Real.type
object Ref.type
object RefCursor.type
object RowId.type
object SmallInt.type
object SqlXml.type
object Struct.type
object Time.type
object TimeWithTimezone.type
object Timestamp.type
object TimestampWithTimezone.type
object TinyInt.type
class Unknown
object VarBinary.type
object VarChar.type
Show all

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val toInt: Int

Attributes

Source
jdbctype.scala