JdbcImplicitColumnTypes

slick.jdbc.JdbcTypesComponent.JdbcImplicitColumnTypes

Attributes

Source:
JdbcTypesComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JdbcAPI

Members list

Concise view

Implicits

Implicits

implicit def blobColumnType: DriverJdbcType[Blob]

Attributes

Source:
JdbcTypesComponent.scala
implicit def booleanColumnType: DriverJdbcType[Boolean]

Attributes

Source:
JdbcTypesComponent.scala
implicit def byteArrayColumnType: DriverJdbcType[Array[Byte]]

Attributes

Source:
JdbcTypesComponent.scala
implicit def charColumnType: DriverJdbcType[Char]

Attributes

Source:
JdbcTypesComponent.scala
implicit def clobColumnType: DriverJdbcType[Clob]

Attributes

Source:
JdbcTypesComponent.scala
implicit def dateColumnType: DriverJdbcType[Date]

Attributes

Source:
JdbcTypesComponent.scala
implicit def instantColumnType: DriverJdbcType[Instant]

Attributes

Source:
JdbcTypesComponent.scala
implicit def localDateColumnType: DriverJdbcType[LocalDate]

Attributes

Source:
JdbcTypesComponent.scala
implicit def localDateTimeColumnType: DriverJdbcType[LocalDateTime]

Attributes

Source:
JdbcTypesComponent.scala
implicit def localTimeColumnType: DriverJdbcType[LocalTime]

Attributes

Source:
JdbcTypesComponent.scala
implicit def offsetDateTimeColumnType: DriverJdbcType[OffsetDateTime]

Attributes

Source:
JdbcTypesComponent.scala
implicit def offsetTimeColumnType: DriverJdbcType[OffsetTime]

Attributes

Source:
JdbcTypesComponent.scala
implicit def stringColumnType: DriverJdbcType[String]

Attributes

Source:
JdbcTypesComponent.scala
implicit def timeColumnType: DriverJdbcType[Time]

Attributes

Source:
JdbcTypesComponent.scala
implicit def timestampColumnType: DriverJdbcType[Timestamp]

Attributes

Source:
JdbcTypesComponent.scala
implicit def uuidColumnType: DriverJdbcType[UUID]

Attributes

Source:
JdbcTypesComponent.scala
implicit def zonedDateTimeColumnType: DriverJdbcType[ZonedDateTime]

Attributes

Source:
JdbcTypesComponent.scala