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. val lsb: Int
  2. val msb: Int
  3. def offsetTimeToTimestamptz(attribute: OffsetTime): Any
  4. def timestamptzToOffsetTime(dbData: AnyRef): OffsetTime