Object

slick.jdbc

TimestamptzConverter

Related Doc: package jdbc

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val OFFSET_HOUR: Int

    Permalink
  5. val OFFSET_MINUTE: Int

    Permalink
  6. val REGIONIDBIT: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def extractOffset(bytes: Array[Byte]): ZoneOffset

    Permalink
  12. def extractUtc(bytes: Array[Byte]): OffsetDateTime

    Permalink
  13. def extractZoneId(bytes: Array[Byte]): ZoneId

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val highBits: Int

    Permalink
  18. def isFixedOffset(bytes: Array[Byte]): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val lowBits: Int

    Permalink
  21. val lsb: Int

    Permalink
  22. val msb: Int

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def newTIMESTAMPTZBuffer(): Array[Byte]

    Permalink
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def offsetDateTimeToTimestamptz(attribute: OffsetDateTime): Any

    Permalink
  28. def offsetTimeToTimestamptz(attribute: OffsetTime): Any

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val timestampTZClass: Class[_]

    Permalink
  31. val timestampTZCtor: Constructor[_]

    Permalink
  32. val timestampTZToBytes: Method

    Permalink
  33. def timestamptzToOffsetDateTime(dbData: AnyRef): OffsetDateTime

    Permalink
  34. def timestamptzToOffsetTime(dbData: AnyRef): OffsetTime

    Permalink
  35. def timestamptzToZonedDateTime(dbData: AnyRef): ZonedDateTime

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def writeDateTime(bytes: Array[Byte], utc: ZonedDateTime): Unit

    Permalink
  41. def writeZoneId(bytes: Array[Byte], regionCode: Int): Unit

    Permalink
  42. def writeZoneOffset(bytes: Array[Byte], offset: ZoneOffset): Unit

    Permalink
  43. val zoneIdClass: Class[_]

    Permalink
  44. val zoneIdgetId: Method

    Permalink
  45. val zoneIdgetRegion: Method

    Permalink
  46. def zonedDateTimeToTimestamptz(attribute: ZonedDateTime): Any

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped