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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromInt(n: Int): JdbcType
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. object Array extends JdbcType with Product with Serializable

  24. object BigInt extends JdbcType with Product with Serializable

  25. object Binary extends JdbcType with Product with Serializable

  26. object Bit extends JdbcType with Product with Serializable

  27. object Blob extends JdbcType with Product with Serializable

  28. object Boolean extends JdbcType with Product with Serializable

  29. object Char extends JdbcType with Product with Serializable

  30. object Clob extends JdbcType with Product with Serializable

  31. object DataLink extends JdbcType with Product with Serializable

  32. object Date extends JdbcType with Product with Serializable

  33. object Decimal extends JdbcType with Product with Serializable

  34. object Distinct extends JdbcType with Product with Serializable

  35. object Double extends JdbcType with Product with Serializable

  36. object Float extends JdbcType with Product with Serializable

  37. object Integer extends JdbcType with Product with Serializable

  38. object JavaObject extends JdbcType with Product with Serializable

  39. object LongVarBinary extends JdbcType with Product with Serializable

  40. object LongVarChar extends JdbcType with Product with Serializable

  41. object LongnVarChar extends JdbcType with Product with Serializable

  42. object MsSqlDateTimeOffset extends JdbcType with Product with Serializable

  43. object MsSqlVariant extends JdbcType with Product with Serializable

  44. object NChar extends JdbcType with Product with Serializable

  45. object NClob extends JdbcType with Product with Serializable

  46. object NVarChar extends JdbcType with Product with Serializable

  47. object Null extends JdbcType with Product with Serializable

  48. object Numeric extends JdbcType with Product with Serializable

  49. object Other extends JdbcType with Product with Serializable

  50. object Real extends JdbcType with Product with Serializable

  51. object Ref extends JdbcType with Product with Serializable

  52. object RefCursor extends JdbcType with Product with Serializable

  53. object RowId extends JdbcType with Product with Serializable

  54. object SmallInt extends JdbcType with Product with Serializable

  55. object SqlXml extends JdbcType with Product with Serializable

  56. object Struct extends JdbcType with Product with Serializable

  57. object Time extends JdbcType with Product with Serializable

  58. object Timestamp extends JdbcType with Product with Serializable

  59. object TimestampWithTimezone extends JdbcType with Product with Serializable

  60. object TinyInt extends JdbcType with Product with Serializable

  61. object VarBinary extends JdbcType with Product with Serializable

  62. object VarChar extends JdbcType with Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Values

Values (MS-SQL Specific)

Ungrouped