WrappedLocalTimeOption

com.github.tototoshi.slick.Converters.WrappedLocalTimeOption
implicit class WrappedLocalTimeOption(t: Option[LocalTime]) extends JodaLocalTimeSqlTimeConverter

Attributes

Graph
Supertypes
trait SqlTypeConverter[Time, LocalTime]
trait ToTypeConverter[Time, LocalTime]
trait FromTypeConverter[Time, LocalTime]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toSqlTimeOption(): Option[Time]

Inherited methods

def fromSqlType(t: Time): LocalTime

Attributes

Inherited from:
JodaLocalTimeSqlTimeConverter
def millisToSqlType(d: { def getTime(): Long; }): Date

Attributes

Inherited from:
ToTypeConverter
def toSqlType(t: LocalTime): Time

Attributes

Inherited from:
JodaLocalTimeSqlTimeConverter