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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimestamptzConverter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val OFFSET_HOUR: Int
- val OFFSET_MINUTE: Int
- val REGIONIDBIT: Int
- def extractOffset(bytes: Array[Byte]): ZoneOffset
- def extractUtc(bytes: Array[Byte]): OffsetDateTime
- def extractZoneId(bytes: Array[Byte]): ZoneId
- val highBits: Int
- def isFixedOffset(bytes: Array[Byte]): Boolean
- val lowBits: Int
- val lsb: Int
- val msb: Int
- def newTIMESTAMPTZBuffer(): Array[Byte]
- def offsetDateTimeToTimestamptz(attribute: OffsetDateTime): AnyRef
- def offsetTimeToTimestamptz(attribute: OffsetTime): AnyRef
- val timestampTZClass: Class[_ <: AnyRef]
- val timestampTZCtor: Constructor[_ <: AnyRef]
- val timestampTZToBytes: Method
- def timestamptzToOffsetDateTime(dbData: AnyRef): OffsetDateTime
- def timestamptzToOffsetTime(dbData: AnyRef): OffsetTime
- def timestamptzToZonedDateTime(dbData: AnyRef): ZonedDateTime
- def writeDateTime(bytes: Array[Byte], utc: ZonedDateTime): Unit
- def writeZoneId(bytes: Array[Byte], regionCode: Int): Unit
- def writeZoneOffset(bytes: Array[Byte], offset: ZoneOffset): Unit
- val zoneIdClass: Class[_ <: AnyRef]
- val zoneIdgetId: Method
- val zoneIdgetRegion: Method
- def zonedDateTimeToTimestamptz(attribute: ZonedDateTime): AnyRef
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...