Packages

o

slick.jdbc

TimestamptzConverter

object TimestamptzConverter

Converts between TIMESTAMPTZ and java.time times and back. Oracle jar not on path at compile time (but must be a run time) Use reflection to get access to TIMESTAMPTZ class

Source
OracleProfile.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimestamptzConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val OFFSET_HOUR: Int
  5. val OFFSET_MINUTE: Int
  6. val REGIONIDBIT: Int
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def extractOffset(bytes: Array[Byte]): ZoneOffset
  12. def extractUtc(bytes: Array[Byte]): OffsetDateTime
  13. def extractZoneId(bytes: Array[Byte]): ZoneId
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val highBits: Int
  17. def isFixedOffset(bytes: Array[Byte]): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val lowBits: Int
  20. val lsb: Int
  21. val msb: Int
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newTIMESTAMPTZBuffer(): Array[Byte]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def offsetDateTimeToTimestamptz(attribute: OffsetDateTime): AnyRef
  27. def offsetTimeToTimestamptz(attribute: OffsetTime): AnyRef
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val timestampTZClass: Class[_ <: AnyRef]
  30. val timestampTZCtor: Constructor[_ <: AnyRef]
  31. val timestampTZToBytes: Method
  32. def timestamptzToOffsetDateTime(dbData: AnyRef): OffsetDateTime
  33. def timestamptzToOffsetTime(dbData: AnyRef): OffsetTime
  34. def timestamptzToZonedDateTime(dbData: AnyRef): ZonedDateTime
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def writeDateTime(bytes: Array[Byte], utc: ZonedDateTime): Unit
  40. def writeZoneId(bytes: Array[Byte], regionCode: Int): Unit
  41. def writeZoneOffset(bytes: Array[Byte], offset: ZoneOffset): Unit
  42. val zoneIdClass: Class[_ <: AnyRef]
  43. val zoneIdgetId: Method
  44. val zoneIdgetRegion: Method
  45. def zonedDateTimeToTimestamptz(attribute: ZonedDateTime): AnyRef

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

Ungrouped