com.github.tminglei.slickpg.date.PgDateJavaTypes

TimestampTZJdbcType

class TimestampTZJdbcType[TIMESTAMP_TZ] extends (PgDateJavaTypes.this)#JdbcType[TIMESTAMP_TZ] with BaseTypedType[TIMESTAMP_TZ]

Linear Supertypes
BaseTypedType[TIMESTAMP_TZ], AtomicType, (PgDateJavaTypes.this)#JdbcType[TIMESTAMP_TZ], TypedType[TIMESTAMP_TZ], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimestampTZJdbcType
  2. BaseTypedType
  3. AtomicType
  4. JdbcType
  5. TypedType
  6. Type
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimestampTZJdbcType(fnFromCalendar: (Calendar) ⇒ TIMESTAMP_TZ, fnToCalendar: (TIMESTAMP_TZ) ⇒ Calendar)(implicit tag: ClassTag[TIMESTAMP_TZ])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def children: Seq[Type]

    Definition Classes
    AtomicType → Type
  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def hasLiteralForm: Boolean

    Definition Classes
    TimestampTZJdbcType → JdbcType
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def mapChildren(f: (Type) ⇒ Type): TimestampTZJdbcType.this.type

    Definition Classes
    AtomicType → Type
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def nextOption(r: PositionedResult): Option[TIMESTAMP_TZ]

    Definition Classes
    JdbcType
  19. def nextValue(r: PositionedResult): TIMESTAMP_TZ

    Definition Classes
    TimestampTZJdbcType → JdbcType
  20. def nextValueOrElse(d: ⇒ TIMESTAMP_TZ, r: PositionedResult): TIMESTAMP_TZ

    Definition Classes
    JdbcType
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def nullable: Boolean

    Definition Classes
    JdbcType
  24. def optionType: OptionTypedType[TIMESTAMP_TZ] with (PgDateJavaTypes.this)#JdbcType[Option[TIMESTAMP_TZ]]

    Definition Classes
    JdbcType → TypedType
  25. def scalaType: ScalaType[TIMESTAMP_TZ]

    Definition Classes
    TimestampTZJdbcType → TypedType
  26. def select(sym: Symbol): Type

    Definition Classes
    Type
  27. def setOption(v: Option[TIMESTAMP_TZ], p: PositionedParameters): Unit

    Definition Classes
    TimestampTZJdbcType → JdbcType
  28. def setValue(v: TIMESTAMP_TZ, p: PositionedParameters): Unit

    Definition Classes
    TimestampTZJdbcType → JdbcType
  29. def sqlType: Int

    Definition Classes
    TimestampTZJdbcType → JdbcType
  30. def sqlTypeName: String

    Definition Classes
    TimestampTZJdbcType → JdbcType
  31. def structural: Type

    Definition Classes
    Type
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  34. def updateOption(v: Option[TIMESTAMP_TZ], r: PositionedResult): Unit

    Definition Classes
    JdbcType
  35. def updateValue(v: TIMESTAMP_TZ, r: PositionedResult): Unit

    Definition Classes
    TimestampTZJdbcType → JdbcType
  36. def valueToSQLLiteral(v: TIMESTAMP_TZ): String

    Definition Classes
    TimestampTZJdbcType → JdbcType
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zero: TIMESTAMP_TZ

Inherited from BaseTypedType[TIMESTAMP_TZ]

Inherited from AtomicType

Inherited from (PgDateJavaTypes.this)#JdbcType[TIMESTAMP_TZ]

Inherited from TypedType[TIMESTAMP_TZ]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped