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 StringFormat
  2. by Ensuring
  3. 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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ->[B](y: B): (DerbyJdbcTypes, B)
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toArrowAssoc[DerbyJdbcTypes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bigDecimalJdbcType: BigDecimalJdbcType
    Definition Classes
    JdbcTypes
  7. val blobJdbcType: BlobJdbcType
    Definition Classes
    JdbcTypes
  8. val booleanJdbcType: DerbyBooleanJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  9. val byteArrayJdbcType: ByteArrayJdbcType
    Definition Classes
    JdbcTypes
  10. val byteJdbcType: ByteJdbcType
    Definition Classes
    JdbcTypes
  11. val charJdbcType: CharJdbcType
    Definition Classes
    JdbcTypes
  12. val clobJdbcType: ClobJdbcType
    Definition Classes
    JdbcTypes
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val dateJdbcType: DateJdbcType
    Definition Classes
    JdbcTypes
  15. val doubleJdbcType: DoubleJdbcType
    Definition Classes
    JdbcTypes
  16. def ensuring(cond: (DerbyJdbcTypes) => Boolean, msg: => Any): DerbyJdbcTypes
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toEnsuring[DerbyJdbcTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (DerbyJdbcTypes) => Boolean): DerbyJdbcTypes
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toEnsuring[DerbyJdbcTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): DerbyJdbcTypes
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toEnsuring[DerbyJdbcTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): DerbyJdbcTypes
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toEnsuring[DerbyJdbcTypes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. val floatJdbcType: FloatJdbcType
    Definition Classes
    JdbcTypes
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val instantType: DerbyInstantJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  26. val intJdbcType: IntJdbcType
    Definition Classes
    JdbcTypes
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val localDateTimeType: LocalDateTimeJdbcType
    Definition Classes
    JdbcTypes
  29. val localDateType: LocalDateJdbcType
    Definition Classes
    JdbcTypes
  30. val localTimeType: LocalTimeJdbcType
    Definition Classes
    JdbcTypes
  31. val longJdbcType: LongJdbcType
    Definition Classes
    JdbcTypes
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val nullJdbcType: NullJdbcType
    Definition Classes
    JdbcTypes
  36. val offsetDateTimeType: OffsetDateTimeJdbcType
    Definition Classes
    JdbcTypes
  37. val offsetTimeType: OffsetTimeJdbcType
    Definition Classes
    JdbcTypes
  38. val shortJdbcType: ShortJdbcType
    Definition Classes
    JdbcTypes
  39. val stringJdbcType: StringJdbcType
    Definition Classes
    JdbcTypes
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val timeJdbcType: TimeJdbcType
    Definition Classes
    JdbcTypes
  42. val timestampJdbcType: TimestampJdbcType
    Definition Classes
    JdbcTypes
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val uuidJdbcType: DerbyUUIDJdbcType
    Definition Classes
    DerbyJdbcTypesJdbcTypes
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. val zonedDateType: ZonedDateTimeJdbcType
    Definition Classes
    JdbcTypes

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toStringFormat[DerbyJdbcTypes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (DerbyJdbcTypes, B)
    Implicit
    This member is added by an implicit conversion from DerbyJdbcTypes toArrowAssoc[DerbyJdbcTypes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from DerbyProfile.JdbcTypes

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringFormat fromDerbyJdbcTypes to StringFormat[DerbyJdbcTypes]

Inherited by implicit conversion Ensuring fromDerbyJdbcTypes to Ensuring[DerbyJdbcTypes]

Inherited by implicit conversion ArrowAssoc fromDerbyJdbcTypes to ArrowAssoc[DerbyJdbcTypes]

Ungrouped