object
TimestamptzConverter
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
OFFSET_HOUR: Int
-
val
OFFSET_MINUTE: Int
-
val
REGIONIDBIT: Int
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extractOffset(bytes: Array[Byte]): ZoneOffset
-
def
extractUtc(bytes: Array[Byte]): OffsetDateTime
-
def
extractZoneId(bytes: Array[Byte]): ZoneId
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
highBits: Int
-
def
isFixedOffset(bytes: Array[Byte]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
lowBits: Int
-
val
lsb: Int
-
val
msb: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newTIMESTAMPTZBuffer(): Array[Byte]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
offsetDateTimeToTimestamptz(attribute: OffsetDateTime): Any
-
def
offsetTimeToTimestamptz(attribute: OffsetTime): Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
timestampTZClass: Class[_]
-
val
timestampTZCtor: Constructor[_]
-
val
timestampTZToBytes: Method
-
def
timestamptzToOffsetDateTime(dbData: AnyRef): OffsetDateTime
-
def
timestamptzToOffsetTime(dbData: AnyRef): OffsetTime
-
def
timestamptzToZonedDateTime(dbData: AnyRef): ZonedDateTime
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
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[_]
-
val
zoneIdgetId: Method
-
val
zoneIdgetRegion: Method
-
def
zonedDateTimeToTimestamptz(attribute: ZonedDateTime): Any
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