Object/Class

doobie.enum

JdbcType

Related Docs: class JdbcType | package enum

Permalink

object JdbcType extends Serializable

Source
jdbctype.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. JdbcType
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Unknown(toInt: Int) extends JdbcType with Product with Serializable

    Permalink

    A catch-all constructor for JDBC type constants outside the specification and known extensions.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Array extends JdbcType with Product with Serializable

    Permalink

  5. object BigInt extends JdbcType with Product with Serializable

    Permalink

  6. object Binary extends JdbcType with Product with Serializable

    Permalink

  7. object Bit extends JdbcType with Product with Serializable

    Permalink

  8. object Blob extends JdbcType with Product with Serializable

    Permalink

  9. object Boolean extends JdbcType with Product with Serializable

    Permalink

  10. object Char extends JdbcType with Product with Serializable

    Permalink

  11. object Clob extends JdbcType with Product with Serializable

    Permalink

  12. object DataLink extends JdbcType with Product with Serializable

    Permalink

  13. object Date extends JdbcType with Product with Serializable

    Permalink

  14. object Decimal extends JdbcType with Product with Serializable

    Permalink

  15. object Distinct extends JdbcType with Product with Serializable

    Permalink

  16. object Double extends JdbcType with Product with Serializable

    Permalink

  17. object Float extends JdbcType with Product with Serializable

    Permalink

  18. object Integer extends JdbcType with Product with Serializable

    Permalink

  19. object JavaObject extends JdbcType with Product with Serializable

    Permalink

  20. object LongVarBinary extends JdbcType with Product with Serializable

    Permalink

  21. object LongVarChar extends JdbcType with Product with Serializable

    Permalink

  22. object LongnVarChar extends JdbcType with Product with Serializable

    Permalink

  23. object MsSqlDateTimeOffset extends JdbcType with Product with Serializable

    Permalink

  24. object MsSqlVariant extends JdbcType with Product with Serializable

    Permalink

  25. object NChar extends JdbcType with Product with Serializable

    Permalink

  26. object NClob extends JdbcType with Product with Serializable

    Permalink

  27. object NVarChar extends JdbcType with Product with Serializable

    Permalink

  28. object Null extends JdbcType with Product with Serializable

    Permalink

  29. object Numeric extends JdbcType with Product with Serializable

    Permalink

  30. implicit val OrderJdbcType: Order[JdbcType]

    Permalink
  31. object Other extends JdbcType with Product with Serializable

    Permalink

  32. object Real extends JdbcType with Product with Serializable

    Permalink

  33. object Ref extends JdbcType with Product with Serializable

    Permalink

  34. object RefCursor extends JdbcType with Product with Serializable

    Permalink

  35. object RowId extends JdbcType with Product with Serializable

    Permalink

  36. implicit val ShowJdbcType: Show[JdbcType]

    Permalink
  37. object SmallInt extends JdbcType with Product with Serializable

    Permalink

  38. object SqlXml extends JdbcType with Product with Serializable

    Permalink

  39. object Struct extends JdbcType with Product with Serializable

    Permalink

  40. object Time extends JdbcType with Product with Serializable

    Permalink

  41. object Timestamp extends JdbcType with Product with Serializable

    Permalink

  42. object TimestampWithTimezone extends JdbcType with Product with Serializable

    Permalink

  43. object TinyInt extends JdbcType with Product with Serializable

    Permalink

  44. object VarBinary extends JdbcType with Product with Serializable

    Permalink

  45. object VarChar extends JdbcType with Product with Serializable

    Permalink

  46. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  47. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def fromInt(n: Int): JdbcType

    Permalink
  52. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  53. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  54. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Values

Values (MS-SQL Specific)

Ungrouped