com.github.tminglei.slickpg.date.PgDateJdbcTypes

DateJdbcType

class DateJdbcType[DATE] extends (PgDateJdbcTypes.this)#DriverJdbcType[DATE]

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

Instance Constructors

  1. new DateJdbcType(fnFromDate: (Date) ⇒ DATE, fnToDate: (DATE) ⇒ Date)(implicit classTag: ClassTag[DATE])

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Definition Classes
    AtomicType → Type
  6. implicit val classTag: ClassTag[DATE]

    Definition Classes
    DateJdbcType → DriverJdbcType → Type
  7. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. def getValue(r: ResultSet, idx: Int): DATE

    Definition Classes
    DateJdbcType → JdbcType
  13. def hasLiteralForm: Boolean

    Definition Classes
    DriverJdbcType → 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): DateJdbcType.this.type

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

    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Definition Classes
    AnyRef
  20. def optionType: OptionTypedType[DATE]

    Definition Classes
    TypedType
  21. def scalaType: ScalaBaseType[DATE]

    Definition Classes
    DriverJdbcType → TypedType
  22. def select(sym: Symbol): Type

    Definition Classes
    Type
  23. def setNull(p: PreparedStatement, idx: Int): Unit

    Definition Classes
    DriverJdbcType → JdbcType
  24. final def setOption(v: Option[DATE], p: PreparedStatement, idx: Int): Unit

    Definition Classes
    JdbcType
  25. def setValue(v: DATE, p: PreparedStatement, idx: Int): Unit

    Definition Classes
    DateJdbcType → JdbcType
  26. def sqlType: Int

    Definition Classes
    DateJdbcType → JdbcType
  27. def sqlTypeName: String

    Definition Classes
    DriverJdbcType → JdbcType
  28. def structural: Type

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  31. def updateNull(r: ResultSet, idx: Int): Unit

    Definition Classes
    JdbcType
  32. def updateValue(v: DATE, r: ResultSet, idx: Int): Unit

    Definition Classes
    DateJdbcType → JdbcType
  33. def valueToSQLLiteral(v: DATE): String

    Definition Classes
    DateJdbcType → DriverJdbcType → JdbcType
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def wasNull(r: ResultSet, idx: Int): Boolean

    Definition Classes
    DriverJdbcType → JdbcType

Inherited from (PgDateJdbcTypes.this)#DriverJdbcType[DATE]

Inherited from JdbcType[DATE]

Inherited from BaseTypedType[DATE]

Inherited from AtomicType

Inherited from TypedType[DATE]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped