com.github.tototoshi.slick.JodaLocalTimeMapper

TypeMapper

object TypeMapper extends slick.driver.JdbcProfile.DriverJdbcType[LocalTime] with JodaLocalTimeSqlTimeConverter

Linear Supertypes
JodaLocalTimeSqlTimeConverter, SqlTypeConverter[Time, LocalTime], ToTypeConverter[Time, LocalTime], FromTypeConverter[Time, LocalTime], slick.driver.JdbcProfile.DriverJdbcType[LocalTime], JdbcType[LocalTime], BaseTypedType[LocalTime], AtomicType, TypedType[LocalTime], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeMapper
  2. JodaLocalTimeSqlTimeConverter
  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
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: ConstArray[Nothing]

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

    Definition Classes
    AtomicType → Type
  9. implicit val classTag: ClassTag[LocalTime]

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromSqlType(t: Time): LocalTime

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

    Definition Classes
    AnyRef → Any
  16. def getDumpInfo: DumpInfo

    Definition Classes
    Type → Dumpable
  17. def getValue(r: ResultSet, idx: Int): LocalTime

    Definition Classes
    TypeMapper → JdbcType
  18. def hasLiteralForm: Boolean

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def optionType: OptionTypedType[LocalTime]

    Definition Classes
    TypedType
  27. def scalaType: ScalaBaseType[LocalTime]

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

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

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

    Definition Classes
    JdbcType
  31. def setValue(v: LocalTime, p: PreparedStatement, idx: Int): Unit

    Definition Classes
    TypeMapper → JdbcType
  32. def sqlType: Int

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

    Definition Classes
    DriverJdbcType → JdbcType
  34. def structural: Type

    Definition Classes
    Type
  35. def structuralRec: Type

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

    Definition Classes
    AnyRef
  37. def toSqlType(t: LocalTime): Time

  38. def toString(): String

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

    Definition Classes
    JdbcType
  40. def updateValue(v: LocalTime, r: ResultSet, idx: Int): Unit

    Definition Classes
    TypeMapper → JdbcType
  41. def valueToSQLLiteral(value: LocalTime): String

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

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

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

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

    Definition Classes
    DriverJdbcType → JdbcType
  46. def zero: LocalTime

Inherited from SqlTypeConverter[Time, LocalTime]

Inherited from ToTypeConverter[Time, LocalTime]

Inherited from FromTypeConverter[Time, LocalTime]

Inherited from slick.driver.JdbcProfile.DriverJdbcType[LocalTime]

Inherited from JdbcType[LocalTime]

Inherited from BaseTypedType[LocalTime]

Inherited from AtomicType

Inherited from TypedType[LocalTime]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped