com.github.tminglei.slickpg.date.PgDateJavaTypes

TimeJdbcType

class TimeJdbcType[TIME] extends (PgDateJavaTypes.this)#JdbcType[TIME] with BaseTypedType[TIME]

Linear Supertypes
BaseTypedType[TIME], AtomicType, (PgDateJavaTypes.this)#JdbcType[TIME], TypedType[TIME], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimeJdbcType
  2. BaseTypedType
  3. AtomicType
  4. JdbcType
  5. TypedType
  6. Type
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimeJdbcType(fnFromTime: (Time) ⇒ TIME, fnToTime: (TIME) ⇒ Time)(implicit tag: ClassTag[TIME])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def children: Seq[Type]

    Definition Classes
    AtomicType → Type
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hasLiteralForm: Boolean

    Definition Classes
    TimeJdbcType → JdbcType
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def mapChildren(f: (Type) ⇒ Type): TimeJdbcType.this.type

    Definition Classes
    AtomicType → Type
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def nextOption(r: PositionedResult): Option[TIME]

    Definition Classes
    JdbcType
  19. def nextValue(r: PositionedResult): TIME

    Definition Classes
    TimeJdbcType → JdbcType
  20. def nextValueOrElse(d: ⇒ TIME, r: PositionedResult): TIME

    Definition Classes
    JdbcType
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def nullable: Boolean

    Definition Classes
    JdbcType
  24. def optionType: OptionTypedType[TIME] with (PgDateJavaTypes.this)#JdbcType[Option[TIME]]

    Definition Classes
    JdbcType → TypedType
  25. def scalaType: ScalaType[TIME]

    Definition Classes
    TimeJdbcType → TypedType
  26. def select(sym: Symbol): Type

    Definition Classes
    Type
  27. def setOption(v: Option[TIME], p: PositionedParameters): Unit

    Definition Classes
    TimeJdbcType → JdbcType
  28. def setValue(v: TIME, p: PositionedParameters): Unit

    Definition Classes
    TimeJdbcType → JdbcType
  29. def sqlType: Int

    Definition Classes
    TimeJdbcType → JdbcType
  30. def sqlTypeName: String

    Definition Classes
    TimeJdbcType → JdbcType
  31. def structural: Type

    Definition Classes
    Type
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  34. def updateOption(v: Option[TIME], r: PositionedResult): Unit

    Definition Classes
    JdbcType
  35. def updateValue(v: TIME, r: PositionedResult): Unit

    Definition Classes
    TimeJdbcType → JdbcType
  36. def valueToSQLLiteral(v: TIME): String

    Definition Classes
    TimeJdbcType → JdbcType
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zero: TIME

Inherited from BaseTypedType[TIME]

Inherited from AtomicType

Inherited from (PgDateJavaTypes.this)#JdbcType[TIME]

Inherited from TypedType[TIME]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped