com.github.tototoshi.slick.JodaLocalTimeMapper

TypeMapper

Related Doc: package JodaLocalTimeMapper

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

Linear Supertypes
JodaLocalTimeSqlTimeConverter, SqlTypeConverter[Time, LocalTime], ToTypeConverter[Time, LocalTime], FromTypeConverter[Time, LocalTime], slick.driver.JdbcDriver.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: 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 children: Seq[Type]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def getDumpInfo: DumpInfo

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

    Definition Classes
    TypeMapper → JdbcType
  15. def hasLiteralForm: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TypeMapper → JdbcType
  29. def sqlType: Int

    Definition Classes
    TypeMapper → JdbcType
  30. def sqlTypeName(size: Option[Length]): String

    Definition Classes
    DriverJdbcType → JdbcType
  31. def structural: Type

    Definition Classes
    Type
  32. def structuralRec: Type

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

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

  35. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    DriverJdbcType → JdbcType
  43. def zero: LocalTime

Inherited from SqlTypeConverter[Time, LocalTime]

Inherited from ToTypeConverter[Time, LocalTime]

Inherited from FromTypeConverter[Time, LocalTime]

Inherited from slick.driver.JdbcDriver.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