Packages

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

    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( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromInt(n: Int): JdbcType
  11. final def getClass(): Class[_]
    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( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. object Array extends JdbcType with Product with Serializable

  23. object BigInt extends JdbcType with Product with Serializable

  24. object Binary extends JdbcType with Product with Serializable

  25. object Bit extends JdbcType with Product with Serializable

  26. object Blob extends JdbcType with Product with Serializable

  27. object Boolean extends JdbcType with Product with Serializable

  28. object Char extends JdbcType with Product with Serializable

  29. object Clob extends JdbcType with Product with Serializable

  30. object DataLink extends JdbcType with Product with Serializable

  31. object Date extends JdbcType with Product with Serializable

  32. object Decimal extends JdbcType with Product with Serializable

  33. object Distinct extends JdbcType with Product with Serializable

  34. object Double extends JdbcType with Product with Serializable

  35. object Float extends JdbcType with Product with Serializable

  36. object Integer extends JdbcType with Product with Serializable

  37. object JavaObject extends JdbcType with Product with Serializable

  38. object LongVarBinary extends JdbcType with Product with Serializable

  39. object LongVarChar extends JdbcType with Product with Serializable

  40. object LongnVarChar extends JdbcType with Product with Serializable

  41. object MsSqlDateTimeOffset extends JdbcType with Product with Serializable

  42. object MsSqlVariant extends JdbcType with Product with Serializable

  43. object NChar extends JdbcType with Product with Serializable

  44. object NClob extends JdbcType with Product with Serializable

  45. object NVarChar extends JdbcType with Product with Serializable

  46. object Null extends JdbcType with Product with Serializable

  47. object Numeric extends JdbcType with Product with Serializable

  48. object Other extends JdbcType with Product with Serializable

  49. object Real extends JdbcType with Product with Serializable

  50. object Ref extends JdbcType with Product with Serializable

  51. object RefCursor extends JdbcType with Product with Serializable

  52. object RowId extends JdbcType with Product with Serializable

  53. object SmallInt extends JdbcType with Product with Serializable

  54. object SqlXml extends JdbcType with Product with Serializable

  55. object Struct extends JdbcType with Product with Serializable

  56. object Time extends JdbcType with Product with Serializable

  57. object Timestamp extends JdbcType with Product with Serializable

  58. object TimestampWithTimezone extends JdbcType with Product with Serializable

  59. object TinyInt extends JdbcType with Product with Serializable

  60. object VarBinary extends JdbcType with Product with Serializable

  61. 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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Values

Values (MS-SQL Specific)

Ungrouped