Packages

t

slick.jdbc.JdbcTypesComponent

JdbcImplicitColumnTypes

trait JdbcImplicitColumnTypes extends JdbcProfile.RelationalImplicitColumnTypes

Source
JdbcTypesComponent.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcImplicitColumnTypes
  2. RelationalImplicitColumnTypes
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toany2stringadd[JdbcProfile.JdbcImplicitColumnTypes] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcProfile.JdbcImplicitColumnTypes, B)
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toArrowAssoc[JdbcProfile.JdbcImplicitColumnTypes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def bigDecimalColumnType: JdbcProfile.DriverJdbcType[BigDecimal] with NumericTypedType
  8. implicit def blobColumnType: JdbcProfile.DriverJdbcType[Blob]
  9. implicit def booleanColumnType: JdbcProfile.DriverJdbcType[Boolean]
  10. implicit def byteArrayColumnType: JdbcProfile.DriverJdbcType[Array[Byte]]
  11. implicit def byteColumnType: JdbcProfile.DriverJdbcType[Byte] with NumericTypedType
  12. implicit def charColumnType: JdbcProfile.DriverJdbcType[Char]
  13. implicit def clobColumnType: JdbcProfile.DriverJdbcType[Clob]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  15. implicit def dateColumnType: JdbcProfile.DriverJdbcType[Date]
  16. implicit def doubleColumnType: JdbcProfile.DriverJdbcType[Double] with NumericTypedType
  17. def ensuring(cond: (JdbcProfile.JdbcImplicitColumnTypes) => Boolean, msg: => Any): JdbcProfile.JdbcImplicitColumnTypes
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toEnsuring[JdbcProfile.JdbcImplicitColumnTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (JdbcProfile.JdbcImplicitColumnTypes) => Boolean): JdbcProfile.JdbcImplicitColumnTypes
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toEnsuring[JdbcProfile.JdbcImplicitColumnTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): JdbcProfile.JdbcImplicitColumnTypes
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toEnsuring[JdbcProfile.JdbcImplicitColumnTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): JdbcProfile.JdbcImplicitColumnTypes
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toEnsuring[JdbcProfile.JdbcImplicitColumnTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. implicit def floatColumnType: JdbcProfile.DriverJdbcType[Float] with NumericTypedType
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. implicit def instantColumnType: JdbcProfile.DriverJdbcType[Instant]
  27. implicit def intColumnType: JdbcProfile.DriverJdbcType[Int] with NumericTypedType
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. implicit def localDateColumnType: JdbcProfile.DriverJdbcType[LocalDate]
  30. implicit def localDateTimeColumnType: JdbcProfile.DriverJdbcType[LocalDateTime]
  31. implicit def localTimeColumnType: JdbcProfile.DriverJdbcType[LocalTime]
  32. implicit def longColumnType: JdbcProfile.DriverJdbcType[Long] with NumericTypedType
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. implicit def offsetDateTimeColumnType: JdbcProfile.DriverJdbcType[OffsetDateTime]
  37. implicit def offsetTimeColumnType: JdbcProfile.DriverJdbcType[OffsetTime]
  38. implicit def shortColumnType: JdbcProfile.DriverJdbcType[Short] with NumericTypedType
  39. implicit def stringColumnType: JdbcProfile.DriverJdbcType[String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. implicit def timeColumnType: JdbcProfile.DriverJdbcType[Time]
  42. implicit def timestampColumnType: JdbcProfile.DriverJdbcType[Timestamp]
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. implicit def uuidColumnType: JdbcProfile.DriverJdbcType[UUID]
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. implicit def zonedDateTimeColumnType: JdbcProfile.DriverJdbcType[ZonedDateTime]

Deprecated Value Members

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toStringFormat[JdbcProfile.JdbcImplicitColumnTypes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (JdbcProfile.JdbcImplicitColumnTypes, B)
    Implicit
    This member is added by an implicit conversion from JdbcProfile.JdbcImplicitColumnTypes toArrowAssoc[JdbcProfile.JdbcImplicitColumnTypes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromJdbcProfile.JdbcImplicitColumnTypes to any2stringadd[JdbcProfile.JdbcImplicitColumnTypes]

Inherited by implicit conversion StringFormat fromJdbcProfile.JdbcImplicitColumnTypes to StringFormat[JdbcProfile.JdbcImplicitColumnTypes]

Inherited by implicit conversion Ensuring fromJdbcProfile.JdbcImplicitColumnTypes to Ensuring[JdbcProfile.JdbcImplicitColumnTypes]

Inherited by implicit conversion ArrowAssoc fromJdbcProfile.JdbcImplicitColumnTypes to ArrowAssoc[JdbcProfile.JdbcImplicitColumnTypes]

Ungrouped