PostgresTimeJdbcType

slick.jdbc.PostgresProfile.PostgresJdbcTypes.PostgresTimeJdbcType

Attributes

Source:
PostgresProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

protected def parseTime(time: String): T

Attributes

Source:
PostgresProfile.scala
protected def serializeTime(time: T): String

Attributes

Source:
PostgresProfile.scala

Abstract fields

val max: T

Attributes

Source:
PostgresProfile.scala
val min: T

Attributes

Source:
PostgresProfile.scala
val parseFiniteTime: String => T

Attributes

Source:
PostgresProfile.scala
val serializeFiniteTime: T => String

Attributes

Source:
PostgresProfile.scala