PostgresInfinityTimeJdbcType

slick.jdbc.PostgresProfile.PostgresJdbcTypes.PostgresInfinityTimeJdbcType

Attributes

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

Members list

Concise view

Value members

Concrete methods

override protected def parseTime(time: String): T

Attributes

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

Attributes

Definition Classes
Source:
PostgresProfile.scala

Inherited fields

val max: T

Attributes

Inherited from:
PostgresTimeJdbcType
Source:
PostgresProfile.scala
val min: T

Attributes

Inherited from:
PostgresTimeJdbcType
Source:
PostgresProfile.scala
val parseFiniteTime: String => T

Attributes

Inherited from:
PostgresTimeJdbcType
Source:
PostgresProfile.scala
val serializeFiniteTime: T => String

Attributes

Inherited from:
PostgresTimeJdbcType
Source:
PostgresProfile.scala