Packages

c

slick.jdbc.DerbyProfile

DerbyJdbcTypes

class DerbyJdbcTypes extends JdbcTypes

Source
DerbyProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerbyJdbcTypes
  2. JdbcTypes
  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

Instance Constructors

  1. new DerbyJdbcTypes()

Type Members

  1. class DerbyBooleanJdbcType extends BooleanJdbcType
  2. class DerbyInstantJdbcType extends InstantJdbcType
  3. class DerbyUUIDJdbcType extends UUIDJdbcType
  4. class BigDecimalJdbcType extends JdbcProfile.DriverJdbcType[BigDecimal] with NumericTypedType
    Definition Classes
    JdbcTypes
  5. class BlobJdbcType extends JdbcProfile.DriverJdbcType[Blob]
    Definition Classes
    JdbcTypes
  6. class BooleanJdbcType extends JdbcProfile.DriverJdbcType[Boolean]
    Definition Classes
    JdbcTypes
  7. class ByteArrayJdbcType extends JdbcProfile.DriverJdbcType[Array[Byte]]
    Definition Classes
    JdbcTypes
  8. class ByteJdbcType extends JdbcProfile.DriverJdbcType[Byte] with NumericTypedType
    Definition Classes
    JdbcTypes
  9. class CharJdbcType extends JdbcProfile.DriverJdbcType[Char]
    Definition Classes
    JdbcTypes
  10. class ClobJdbcType extends JdbcProfile.DriverJdbcType[Clob]
    Definition Classes
    JdbcTypes
  11. class DateJdbcType extends JdbcProfile.DriverJdbcType[Date]

    Use ZonedDateTimeJdbcType or OffsetDateTimeJdbcType or LocalTimeJdbcType or java.time.OffsetTime or java.time.LocalDateTime or java.time.LocalDate or java.time.Instant instead.

  12. class DoubleJdbcType extends JdbcProfile.DriverJdbcType[Double] with NumericTypedType
    Definition Classes
    JdbcTypes
  13. class FloatJdbcType extends JdbcProfile.DriverJdbcType[Float] with NumericTypedType
    Definition Classes
    JdbcTypes
  14. class InstantJdbcType extends JdbcProfile.DriverJdbcType[Instant]
    Definition Classes
    JdbcTypes
  15. class IntJdbcType extends JdbcProfile.DriverJdbcType[Int] with NumericTypedType
    Definition Classes
    JdbcTypes
  16. class LocalDateJdbcType extends JdbcProfile.DriverJdbcType[LocalDate]
    Definition Classes
    JdbcTypes
  17. class LocalDateTimeJdbcType extends JdbcProfile.DriverJdbcType[LocalDateTime]
    Definition Classes
    JdbcTypes
  18. class LocalTimeJdbcType extends JdbcProfile.DriverJdbcType[LocalTime]
    Definition Classes
    JdbcTypes
  19. class LongJdbcType extends JdbcProfile.DriverJdbcType[Long] with NumericTypedType
    Definition Classes
    JdbcTypes
  20. class NullJdbcType extends JdbcProfile.DriverJdbcType[Null]
    Definition Classes
    JdbcTypes
  21. class OffsetDateTimeJdbcType extends JdbcProfile.DriverJdbcType[OffsetDateTime]
    Definition Classes
    JdbcTypes
  22. class OffsetTimeJdbcType extends JdbcProfile.DriverJdbcType[OffsetTime]
    Definition Classes
    JdbcTypes
  23. class ShortJdbcType extends JdbcProfile.DriverJdbcType[Short] with NumericTypedType
    Definition Classes
    JdbcTypes
  24. class StringJdbcType extends JdbcProfile.DriverJdbcType[String]
    Definition Classes
    JdbcTypes
  25. class TimeJdbcType extends JdbcProfile.DriverJdbcType[Time]
    Definition Classes
    JdbcTypes
  26. class TimestampJdbcType extends JdbcProfile.DriverJdbcType[Timestamp]
    Definition Classes
    JdbcTypes
  27. class UUIDJdbcType extends JdbcProfile.DriverJdbcType[UUID]
    Definition Classes
    JdbcTypes
  28. class ZonedDateTimeJdbcType extends JdbcProfile.DriverJdbcType[ZonedDateTime]
    Definition Classes
    JdbcTypes

Value Members

  1. val bigDecimalJdbcType: BigDecimalJdbcType
    Definition Classes
    JdbcTypes
  2. val blobJdbcType: BlobJdbcType
    Definition Classes
    JdbcTypes
  3. val booleanJdbcType: DerbyBooleanJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  4. val byteArrayJdbcType: ByteArrayJdbcType
    Definition Classes
    JdbcTypes
  5. val byteJdbcType: ByteJdbcType
    Definition Classes
    JdbcTypes
  6. val charJdbcType: CharJdbcType
    Definition Classes
    JdbcTypes
  7. val clobJdbcType: ClobJdbcType
    Definition Classes
    JdbcTypes
  8. val dateJdbcType: DateJdbcType
    Definition Classes
    JdbcTypes
  9. val doubleJdbcType: DoubleJdbcType
    Definition Classes
    JdbcTypes
  10. val floatJdbcType: FloatJdbcType
    Definition Classes
    JdbcTypes
  11. val instantType: DerbyInstantJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  12. val intJdbcType: IntJdbcType
    Definition Classes
    JdbcTypes
  13. val localDateTimeType: LocalDateTimeJdbcType
    Definition Classes
    JdbcTypes
  14. val localDateType: LocalDateJdbcType
    Definition Classes
    JdbcTypes
  15. val localTimeType: LocalTimeJdbcType
    Definition Classes
    JdbcTypes
  16. val longJdbcType: LongJdbcType
    Definition Classes
    JdbcTypes
  17. val nullJdbcType: NullJdbcType
    Definition Classes
    JdbcTypes
  18. val offsetDateTimeType: OffsetDateTimeJdbcType
    Definition Classes
    JdbcTypes
  19. val offsetTimeType: OffsetTimeJdbcType
    Definition Classes
    JdbcTypes
  20. val shortJdbcType: ShortJdbcType
    Definition Classes
    JdbcTypes
  21. val stringJdbcType: StringJdbcType
    Definition Classes
    JdbcTypes
  22. val timeJdbcType: TimeJdbcType
    Definition Classes
    JdbcTypes
  23. val timestampJdbcType: TimestampJdbcType
    Definition Classes
    JdbcTypes
  24. val uuidJdbcType: DerbyUUIDJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  25. val zonedDateType: ZonedDateTimeJdbcType
    Definition Classes
    JdbcTypes