WrappedSqlDate

com.github.tototoshi.slick.Converters.WrappedSqlDate
implicit class WrappedSqlDate(d: Date) extends JodaLocalDateSqlDateConverter

Attributes

Graph
Supertypes
trait SqlTypeConverter[Date, LocalDate]
trait ToTypeConverter[Date, LocalDate]
trait FromTypeConverter[Date, LocalDate]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toLocalDate(): LocalDate

Inherited methods

def fromSqlType(d: Date): LocalDate

Attributes

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

Attributes

Inherited from:
ToTypeConverter
def toSqlType(d: LocalDate): Date

Attributes

Inherited from:
JodaLocalDateSqlDateConverter