com.github.tototoshi.slick.JodaInstantMapper

TypeMapper

object TypeMapper extends scala.slick.driver.JdbcDriver.DriverJdbcType[Instant] with JodaInstantSqlTimestampConverter

Linear Supertypes
JodaInstantSqlTimestampConverter, SqlTypeConverter[Timestamp, Instant], ToTypeConverter[Timestamp, Instant], FromTypeConverter[Timestamp, Instant], scala.slick.driver.JdbcDriver.DriverJdbcType[Instant], BaseTypedType[Instant], AtomicType, scala.slick.driver.JdbcDriver.JdbcType[Instant], TypedType[Instant], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeMapper
  2. JodaInstantSqlTimestampConverter
  3. SqlTypeConverter
  4. ToTypeConverter
  5. FromTypeConverter
  6. DriverJdbcType
  7. BaseTypedType
  8. AtomicType
  9. JdbcType
  10. TypedType
  11. Type
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def fromSqlType(t: Timestamp): Instant

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hasLiteralForm: Boolean

    Definition Classes
    DriverJdbcType → JdbcType
  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. final def mapChildren(f: (Type) ⇒ Type): TypeMapper.this.type

    Definition Classes
    AtomicType → Type
  18. def millisToSqlType(d: AnyRef { def getTime(): Long }): Date

    Definition Classes
    ToTypeConverter
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def nextOption(r: PositionedResult): Option[Instant]

    Definition Classes
    JdbcType
  21. def nextValue(r: PositionedResult): Instant

    Definition Classes
    TypeMapper → JdbcType
  22. def nextValueOrElse(d: ⇒ Instant, r: PositionedResult): Instant

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

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

    Definition Classes
    AnyRef
  25. def nullable: Boolean

    Definition Classes
    JdbcType
  26. def optionType: OptionTypedType[Instant] with scala.slick.driver.JdbcDriver.JdbcType[Option[Instant]]

    Definition Classes
    JdbcType → TypedType
  27. def scalaType: ScalaBaseType[Instant]

    Definition Classes
    DriverJdbcType → TypedType
  28. def select(sym: Symbol): Type

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

    Definition Classes
    TypeMapper → JdbcType
  30. def setValue(v: Instant, p: PositionedParameters): Unit

    Definition Classes
    TypeMapper → JdbcType
  31. def sqlType: Int

    Definition Classes
    TypeMapper → JdbcType
  32. def sqlTypeName: String

    Definition Classes
    DriverJdbcType → JdbcType
  33. def structural: Type

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

    Definition Classes
    AnyRef
  35. def toSqlType(t: Instant): Timestamp

  36. def toString(): String

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

    Definition Classes
    JdbcType
  38. def updateValue(v: Instant, r: PositionedResult): Unit

    Definition Classes
    TypeMapper → JdbcType
  39. def valueToSQLLiteral(value: Instant): String

    Definition Classes
    TypeMapper → DriverJdbcType → JdbcType
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def zero: DateTime

Inherited from SqlTypeConverter[Timestamp, Instant]

Inherited from ToTypeConverter[Timestamp, Instant]

Inherited from FromTypeConverter[Timestamp, Instant]

Inherited from scala.slick.driver.JdbcDriver.DriverJdbcType[Instant]

Inherited from BaseTypedType[Instant]

Inherited from AtomicType

Inherited from scala.slick.driver.JdbcDriver.JdbcType[Instant]

Inherited from TypedType[Instant]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped