WrappedSqlTimestampOption

com.github.tototoshi.slick.Converters.WrappedSqlTimestampOption
implicit class WrappedSqlTimestampOption(t: Option[Timestamp]) extends JodaDateTimeSqlTimestampConverter

Attributes

Graph
Supertypes
trait SqlTypeConverter[Timestamp, DateTime]
trait ToTypeConverter[Timestamp, DateTime]
trait FromTypeConverter[Timestamp, DateTime]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toDateTimeOption(): Option[DateTime]

Inherited methods

def fromSqlType(t: Timestamp): DateTime

Attributes

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

Attributes

Inherited from:
ToTypeConverter
def toSqlType(t: DateTime): Timestamp

Attributes

Inherited from:
JodaDateTimeSqlTimestampConverter