JodaSetParameter

com.github.tototoshi.slick.JodaInstantMapper.JodaSetParameter

Attributes

Graph
Supertypes
trait SqlTypeConverter[Timestamp, Instant]
trait ToTypeConverter[Timestamp, Instant]
trait FromTypeConverter[Timestamp, Instant]
trait JodaSetParameter[Timestamp, Instant]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object setJodaOptionParameter extends SetParameter[Option[B]]

Attributes

Inherited from:
JodaSetParameter
Supertypes
trait SetParameter[Option[B]]
trait (Option[B], PositionedParameters) => Unit
class Object
trait Matchable
class Any
object setJodaParameter extends SetParameter[B]

Attributes

Inherited from:
JodaSetParameter
Supertypes
trait SetParameter[B]
trait (B, PositionedParameters) => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

def set(rs: PositionedParameters, d: Timestamp): Unit
def setOption(rs: PositionedParameters, d: Option[Timestamp]): Unit

Inherited methods

def fromSqlType(t: Timestamp): Instant

Attributes

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

Attributes

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

Attributes

Inherited from:
JodaInstantSqlTimestampConverter