class JdbcTypes extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JdbcTypes
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JdbcTypes()
Type Members
- class BigDecimalJdbcType extends JdbcProfile.DriverJdbcType[BigDecimal] with NumericTypedType
- class BlobJdbcType extends JdbcProfile.DriverJdbcType[Blob]
- class BooleanJdbcType extends JdbcProfile.DriverJdbcType[Boolean]
- class ByteArrayJdbcType extends JdbcProfile.DriverJdbcType[Array[Byte]]
- class ByteJdbcType extends JdbcProfile.DriverJdbcType[Byte] with NumericTypedType
- class CharJdbcType extends JdbcProfile.DriverJdbcType[Char]
- class ClobJdbcType extends JdbcProfile.DriverJdbcType[Clob]
- class DateJdbcType extends JdbcProfile.DriverJdbcType[Date]
Use ZonedDateTimeJdbcType or OffsetDateTimeJdbcType or LocalTimeJdbcType or OffsetTime or LocalDateTime or LocalDate or Instant instead.
- class DoubleJdbcType extends JdbcProfile.DriverJdbcType[Double] with NumericTypedType
- class FloatJdbcType extends JdbcProfile.DriverJdbcType[Float] with NumericTypedType
- class InstantJdbcType extends JdbcProfile.DriverJdbcType[Instant]
- class IntJdbcType extends JdbcProfile.DriverJdbcType[Int] with NumericTypedType
- class LocalDateJdbcType extends JdbcProfile.DriverJdbcType[LocalDate]
- class LocalDateTimeJdbcType extends JdbcProfile.DriverJdbcType[LocalDateTime]
- class LocalTimeJdbcType extends JdbcProfile.DriverJdbcType[LocalTime]
- class LongJdbcType extends JdbcProfile.DriverJdbcType[Long] with NumericTypedType
- class NullJdbcType extends JdbcProfile.DriverJdbcType[Null]
- class OffsetDateTimeJdbcType extends JdbcProfile.DriverJdbcType[OffsetDateTime]
- class OffsetTimeJdbcType extends JdbcProfile.DriverJdbcType[OffsetTime]
- class ShortJdbcType extends JdbcProfile.DriverJdbcType[Short] with NumericTypedType
- class StringJdbcType extends JdbcProfile.DriverJdbcType[String]
- class TimeJdbcType extends JdbcProfile.DriverJdbcType[Time]
- class TimestampJdbcType extends JdbcProfile.DriverJdbcType[Timestamp]
- class UUIDJdbcType extends JdbcProfile.DriverJdbcType[UUID]
- class ZonedDateTimeJdbcType extends JdbcProfile.DriverJdbcType[ZonedDateTime]
Value Members
- val bigDecimalJdbcType: BigDecimalJdbcType
- val blobJdbcType: BlobJdbcType
- val booleanJdbcType: BooleanJdbcType
- val byteArrayJdbcType: ByteArrayJdbcType
- val byteJdbcType: ByteJdbcType
- val charJdbcType: CharJdbcType
- val clobJdbcType: ClobJdbcType
- val dateJdbcType: DateJdbcType
- val doubleJdbcType: DoubleJdbcType
- val floatJdbcType: FloatJdbcType
- val instantType: InstantJdbcType
- val intJdbcType: IntJdbcType
- val localDateTimeType: LocalDateTimeJdbcType
- val localDateType: LocalDateJdbcType
- val localTimeType: LocalTimeJdbcType
- val longJdbcType: LongJdbcType
- val nullJdbcType: NullJdbcType
- val offsetDateTimeType: OffsetDateTimeJdbcType
- val offsetTimeType: OffsetTimeJdbcType
- val shortJdbcType: ShortJdbcType
- val stringJdbcType: StringJdbcType
- val timeJdbcType: TimeJdbcType
- val timestampJdbcType: TimestampJdbcType
- val uuidJdbcType: UUIDJdbcType
- val zonedDateType: ZonedDateTimeJdbcType
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...