Packages

class JdbcTypes extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcTypes
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcTypes()

Type Members

  1. class BigDecimalJdbcType extends JdbcProfile.DriverJdbcType[BigDecimal] with NumericTypedType
  2. class BlobJdbcType extends JdbcProfile.DriverJdbcType[Blob]
  3. class BooleanJdbcType extends JdbcProfile.DriverJdbcType[Boolean]
  4. class ByteArrayJdbcType extends JdbcProfile.DriverJdbcType[Array[Byte]]
  5. class ByteJdbcType extends JdbcProfile.DriverJdbcType[Byte] with NumericTypedType
  6. class CharJdbcType extends JdbcProfile.DriverJdbcType[Char]
  7. class ClobJdbcType extends JdbcProfile.DriverJdbcType[Clob]
  8. class DateJdbcType extends JdbcProfile.DriverJdbcType[Date]

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

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

Value Members

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcProfile.JdbcTypes to any2stringadd[JdbcProfile.JdbcTypes]

Inherited by implicit conversion StringFormat from JdbcProfile.JdbcTypes to StringFormat[JdbcProfile.JdbcTypes]

Inherited by implicit conversion Ensuring from JdbcProfile.JdbcTypes to Ensuring[JdbcProfile.JdbcTypes]

Inherited by implicit conversion ArrowAssoc from JdbcProfile.JdbcTypes to ArrowAssoc[JdbcProfile.JdbcTypes]

Ungrouped