doobie.enum

jdbctype

object jdbctype

Source
jdbctype.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. jdbctype
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class JdbcType extends Product with Serializable

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Array extends JdbcType with Product with Serializable

  7. object BigInt extends JdbcType with Product with Serializable

  8. object Binary extends JdbcType with Product with Serializable

  9. object Bit extends JdbcType with Product with Serializable

  10. object Blob extends JdbcType with Product with Serializable

  11. object Boolean extends JdbcType with Product with Serializable

  12. object Char extends JdbcType with Product with Serializable

  13. object Clob extends JdbcType with Product with Serializable

  14. object DataLink extends JdbcType with Product with Serializable

  15. object Date extends JdbcType with Product with Serializable

  16. object Decimal extends JdbcType with Product with Serializable

  17. object Distinct extends JdbcType with Product with Serializable

  18. object Double extends JdbcType with Product with Serializable

  19. object Float extends JdbcType with Product with Serializable

  20. object Integer extends JdbcType with Product with Serializable

  21. object JavaObject extends JdbcType with Product with Serializable

  22. object JdbcType extends Serializable

  23. object LongVarBinary extends JdbcType with Product with Serializable

  24. object LongVarChar extends JdbcType with Product with Serializable

  25. object LongnVarChar extends JdbcType with Product with Serializable

  26. object MsSqlDateTimeOffset extends JdbcType with Product with Serializable

  27. object MsSqlVariant extends JdbcType with Product with Serializable

  28. object NChar extends JdbcType with Product with Serializable

  29. object NClob extends JdbcType with Product with Serializable

  30. object NVarChar extends JdbcType with Product with Serializable

  31. object Null extends JdbcType with Product with Serializable

  32. object Numeric extends JdbcType with Product with Serializable

  33. object Other extends JdbcType with Product with Serializable

  34. object Real extends JdbcType with Product with Serializable

  35. object Ref extends JdbcType with Product with Serializable

  36. object RowId extends JdbcType with Product with Serializable

  37. object SmallInt extends JdbcType with Product with Serializable

  38. object SqlXml extends JdbcType with Product with Serializable

  39. object Struct extends JdbcType with Product with Serializable

  40. object Time extends JdbcType with Product with Serializable

  41. object Timestamp extends JdbcType with Product with Serializable

  42. object TinyInt extends JdbcType with Product with Serializable

  43. object VarBinary extends JdbcType with Product with Serializable

  44. object VarChar extends JdbcType with Product with Serializable

  45. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  46. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  54. final def notify(): Unit

    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Implementation

Values

Values (MS-SQL Specific)

Ungrouped