Object

com.github.tototoshi.slick.JodaInstantMapper

TypeMapper

Related Doc: package JodaInstantMapper

Permalink

object TypeMapper extends slick.jdbc.JdbcProfile.DriverJdbcType[Instant] with JodaInstantSqlTimestampConverter

Linear Supertypes
JodaInstantSqlTimestampConverter, SqlTypeConverter[Timestamp, Instant], ToTypeConverter[Timestamp, Instant], FromTypeConverter[Timestamp, Instant], slick.jdbc.JdbcProfile.DriverJdbcType[Instant], JdbcType[Instant], BaseTypedType[Instant], AtomicType, TypedType[Instant], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeMapper
  2. JodaInstantSqlTimestampConverter
  3. SqlTypeConverter
  4. ToTypeConverter
  5. FromTypeConverter
  6. DriverJdbcType
  7. JdbcType
  8. BaseTypedType
  9. AtomicType
  10. TypedType
  11. Type
  12. Dumpable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def children: ConstArray[Nothing]

    Permalink
    Definition Classes
    AtomicType → Type
  6. final def childrenForeach[R](f: (Type) ⇒ R): Unit

    Permalink
    Definition Classes
    AtomicType → Type
  7. implicit val classTag: ClassTag[Instant]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fromSqlType(t: Timestamp): Instant

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getDumpInfo: DumpInfo

    Permalink
    Definition Classes
    Type → Dumpable
  14. def getValue(r: ResultSet, idx: Int): Instant

    Permalink
    Definition Classes
    TypeMapper → JdbcType
  15. def hasLiteralForm: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def optionType: OptionTypedType[Instant]

    Permalink
    Definition Classes
    TypedType
  24. def scalaType: ScalaBaseType[Instant]

    Permalink
    Definition Classes
    DriverJdbcType → TypedType
  25. def select(sym: TermSymbol): Type

    Permalink
    Definition Classes
    Type
  26. def setNull(p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType
  27. final def setOption(v: Option[Instant], p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  28. def setValue(v: Instant, p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    TypeMapper → JdbcType
  29. def sqlType: Int

    Permalink
    Definition Classes
    TypeMapper → JdbcType
  30. def sqlTypeName(sym: Option[FieldSymbol]): String

    Permalink
    Definition Classes
    TypeMapper → DriverJdbcType → JdbcType
  31. def structural: Type

    Permalink
    Definition Classes
    Type
  32. def structuralRec: Type

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

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

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    JdbcType → AnyRef → Any
  36. def updateNull(r: ResultSet, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  37. def updateValue(v: Instant, r: ResultSet, idx: Int): Unit

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

    Permalink
    Definition Classes
    TypeMapper → DriverJdbcType → JdbcType
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def wasNull(r: ResultSet, idx: Int): Boolean

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SqlTypeConverter[Timestamp, Instant]

Inherited from ToTypeConverter[Timestamp, Instant]

Inherited from FromTypeConverter[Timestamp, Instant]

Inherited from slick.jdbc.JdbcProfile.DriverJdbcType[Instant]

Inherited from JdbcType[Instant]

Inherited from BaseTypedType[Instant]

Inherited from AtomicType

Inherited from TypedType[Instant]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped