Packages

t

slick.jdbc.JdbcTypesComponent

ImplicitColumnTypes

trait ImplicitColumnTypes extends JdbcProfile.ImplicitColumnTypes

Source
JdbcTypesComponent.scala
Linear Supertypes
JdbcProfile.ImplicitColumnTypes, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitColumnTypes
  2. ImplicitColumnTypes
  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: BigDecimalJdbcType
  2. implicit def blobColumnType: BlobJdbcType
  3. implicit def booleanColumnType: BooleanJdbcType
  4. implicit def byteArrayColumnType: ByteArrayJdbcType
  5. implicit def byteColumnType: ByteJdbcType
  6. implicit def charColumnType: CharJdbcType
  7. implicit def clobColumnType: ClobJdbcType
  8. implicit def dateColumnType: DateJdbcType
  9. implicit def doubleColumnType: DoubleJdbcType
  10. implicit def floatColumnType: FloatJdbcType
  11. implicit def instantColumnType: InstantJdbcType
  12. implicit def intColumnType: IntJdbcType
  13. implicit def isomorphicType[A, B](implicit iso: Isomorphism[A, B], ct: ClassTag[A], jt: JdbcProfile.BaseColumnType[B]): JdbcProfile.BaseColumnType[A]
    Definition Classes
    ImplicitColumnTypes
  14. implicit def localDateColumnType: LocalDateJdbcType
  15. implicit def localDateTimeColumnType: LocalDateTimeJdbcType
  16. implicit def localTimeColumnType: LocalTimeJdbcType
  17. implicit def longColumnType: LongJdbcType
  18. implicit def offsetDateTimeColumnType: OffsetDateTimeJdbcType
  19. implicit def offsetTimeColumnType: OffsetTimeJdbcType
  20. implicit def shortColumnType: ShortJdbcType
  21. implicit def stringColumnType: StringJdbcType
  22. implicit def timeColumnType: TimeJdbcType
  23. implicit def timestampColumnType: TimestampJdbcType
  24. implicit def uuidColumnType: UUIDJdbcType
  25. implicit def zonedDateTimeColumnType: ZonedDateTimeJdbcType