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. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val highBits: Int
  18. def isFixedOffset(bytes: Array[Byte]): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val lowBits: Int
  21. val lsb: Int
  22. val msb: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def newTIMESTAMPTZBuffer(): Array[Byte]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def offsetDateTimeToTimestamptz(attribute: OffsetDateTime): AnyRef
  28. def offsetTimeToTimestamptz(attribute: OffsetTime): AnyRef
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val timestampTZClass: Class[_ <: AnyRef]
  31. val timestampTZCtor: Constructor[_ <: AnyRef]
  32. val timestampTZToBytes: Method
  33. def timestamptzToOffsetDateTime(dbData: AnyRef): OffsetDateTime
  34. def timestamptzToOffsetTime(dbData: AnyRef): OffsetTime
  35. def timestamptzToZonedDateTime(dbData: AnyRef): ZonedDateTime
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def writeDateTime(bytes: Array[Byte], utc: ZonedDateTime): Unit
  41. def writeZoneId(bytes: Array[Byte], regionCode: Int): Unit
  42. def writeZoneOffset(bytes: Array[Byte], offset: ZoneOffset): Unit
  43. val zoneIdClass: Class[_ <: AnyRef]
  44. val zoneIdgetId: Method
  45. val zoneIdgetRegion: Method
  46. def zonedDateTimeToTimestamptz(attribute: ZonedDateTime): AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped