t

io.getquill.context.jdbc

ObjectGenericTimeEncoders

trait ObjectGenericTimeEncoders extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectGenericTimeEncoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. implicit val instantEncoder: (ObjectGenericTimeEncoders.this)#Encoder[Instant]
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def jdbcEncodeInstant(value: Instant): Any
    Attributes
    protected
  13. def jdbcTypeOfInstant: Int
    Attributes
    protected
  14. def jdbcTypeOfLocalDate: Int
    Attributes
    protected
  15. def jdbcTypeOfLocalDateTime: Int
    Attributes
    protected
  16. def jdbcTypeOfLocalTime: Int
    Attributes
    protected
  17. def jdbcTypeOfOffsetDateTime: Int
    Attributes
    protected
  18. def jdbcTypeOfOffsetTime: Int
    Attributes
    protected
  19. def jdbcTypeOfZonedDateTime: Int
    Attributes
    protected
  20. implicit val localDateEncoder: (ObjectGenericTimeEncoders.this)#Encoder[LocalDate]
  21. implicit val localDateTimeEncoder: (ObjectGenericTimeEncoders.this)#Encoder[LocalDateTime]
  22. implicit val localTimeEncoder: (ObjectGenericTimeEncoders.this)#Encoder[LocalTime]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. implicit val offsetDateTimeEncoder: (ObjectGenericTimeEncoders.this)#Encoder[OffsetDateTime]
  27. implicit val offsetTimeEncoder: (ObjectGenericTimeEncoders.this)#Encoder[OffsetTime]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. implicit val zonedDateTimeEncoder: (ObjectGenericTimeEncoders.this)#Encoder[ZonedDateTime]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped