Packages

object JdbcType extends Serializable

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

Type Members

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

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val OrderJdbcType: Order[JdbcType]
  5. implicit val ShowJdbcType: Show[JdbcType]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromInt(n: Int): JdbcType
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object Array extends JdbcType with Product with Serializable

  23. case object BigInt extends JdbcType with Product with Serializable

  24. case object Binary extends JdbcType with Product with Serializable

  25. case object Bit extends JdbcType with Product with Serializable

  26. case object Blob extends JdbcType with Product with Serializable

  27. case object Boolean extends JdbcType with Product with Serializable

  28. case object Char extends JdbcType with Product with Serializable

  29. case object Clob extends JdbcType with Product with Serializable

  30. case object DataLink extends JdbcType with Product with Serializable

  31. case object Date extends JdbcType with Product with Serializable

  32. case object Decimal extends JdbcType with Product with Serializable

  33. case object Distinct extends JdbcType with Product with Serializable

  34. case object Double extends JdbcType with Product with Serializable

  35. case object Float extends JdbcType with Product with Serializable

  36. case object Integer extends JdbcType with Product with Serializable

  37. case object JavaObject extends JdbcType with Product with Serializable

  38. case object LongVarBinary extends JdbcType with Product with Serializable

  39. case object LongVarChar extends JdbcType with Product with Serializable

  40. case object LongnVarChar extends JdbcType with Product with Serializable

  41. case object MsSqlDateTimeOffset extends JdbcType with Product with Serializable

  42. case object MsSqlVariant extends JdbcType with Product with Serializable

  43. case object NChar extends JdbcType with Product with Serializable

  44. case object NClob extends JdbcType with Product with Serializable

  45. case object NVarChar extends JdbcType with Product with Serializable

  46. case object Null extends JdbcType with Product with Serializable

  47. case object Numeric extends JdbcType with Product with Serializable

  48. case object Other extends JdbcType with Product with Serializable

  49. case object Real extends JdbcType with Product with Serializable

  50. case object Ref extends JdbcType with Product with Serializable

  51. case object RefCursor extends JdbcType with Product with Serializable

  52. case object RowId extends JdbcType with Product with Serializable

  53. case object SmallInt extends JdbcType with Product with Serializable

  54. case object SqlXml extends JdbcType with Product with Serializable

  55. case object Struct extends JdbcType with Product with Serializable

  56. case object Time extends JdbcType with Product with Serializable

  57. case object TimeWithTimezone extends JdbcType with Product with Serializable

  58. case object Timestamp extends JdbcType with Product with Serializable

  59. case object TimestampWithTimezone extends JdbcType with Product with Serializable

  60. case object TinyInt extends JdbcType with Product with Serializable

  61. case object VarBinary extends JdbcType with Product with Serializable

  62. case object VarChar extends JdbcType with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Values

Values (MS-SQL Specific)

Ungrouped