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. implicit def bigDecimalColumnType: JdbcProfile.DriverJdbcType[BigDecimal] with NumericTypedType
  2. implicit def blobColumnType: JdbcProfile.DriverJdbcType[Blob]
  3. implicit def booleanColumnType: JdbcProfile.DriverJdbcType[Boolean]
  4. implicit def byteArrayColumnType: JdbcProfile.DriverJdbcType[Array[Byte]]
  5. implicit def byteColumnType: JdbcProfile.DriverJdbcType[Byte] with NumericTypedType
  6. implicit def charColumnType: JdbcProfile.DriverJdbcType[Char]
  7. implicit def clobColumnType: JdbcProfile.DriverJdbcType[Clob]
  8. implicit def dateColumnType: JdbcProfile.DriverJdbcType[Date]
  9. implicit def doubleColumnType: JdbcProfile.DriverJdbcType[Double] with NumericTypedType
  10. implicit def floatColumnType: JdbcProfile.DriverJdbcType[Float] with NumericTypedType
  11. implicit def instantColumnType: JdbcProfile.DriverJdbcType[Instant]
  12. implicit def intColumnType: JdbcProfile.DriverJdbcType[Int] with NumericTypedType
  13. implicit def localDateColumnType: JdbcProfile.DriverJdbcType[LocalDate]
  14. implicit def localDateTimeColumnType: JdbcProfile.DriverJdbcType[LocalDateTime]
  15. implicit def localTimeColumnType: JdbcProfile.DriverJdbcType[LocalTime]
  16. implicit def longColumnType: JdbcProfile.DriverJdbcType[Long] with NumericTypedType
  17. implicit def offsetDateTimeColumnType: JdbcProfile.DriverJdbcType[OffsetDateTime]
  18. implicit def offsetTimeColumnType: JdbcProfile.DriverJdbcType[OffsetTime]
  19. implicit def shortColumnType: JdbcProfile.DriverJdbcType[Short] with NumericTypedType
  20. implicit def stringColumnType: JdbcProfile.DriverJdbcType[String]
  21. implicit def timeColumnType: JdbcProfile.DriverJdbcType[Time]
  22. implicit def timestampColumnType: JdbcProfile.DriverJdbcType[Timestamp]
  23. implicit def uuidColumnType: JdbcProfile.DriverJdbcType[UUID]
  24. implicit def zonedDateTimeColumnType: JdbcProfile.DriverJdbcType[ZonedDateTime]