Class

com.github.tminglei.slickpg.date.PgDateJdbcTypes

GenericDateJdbcType

Related Doc: package PgDateJdbcTypes

Permalink

class GenericDateJdbcType[T] extends (PgDateJdbcTypes.this)#DriverJdbcType[T]

Linear Supertypes
(PgDateJdbcTypes.this)#DriverJdbcType[T], JdbcType[T], BaseTypedType[T], AtomicType, TypedType[T], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericDateJdbcType
  2. DriverJdbcType
  3. JdbcType
  4. BaseTypedType
  5. AtomicType
  6. TypedType
  7. Type
  8. Dumpable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericDateJdbcType(sqlTypeName: String, sqlType: Int, hasLiteralForm: Boolean = false)(implicit arg0: ClassTag[T])

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def children: ConstArray[Nothing]

    Permalink
    Definition Classes
    AtomicType → Type
  6. final def childrenForeach[R](f: (Type) ⇒ R): Unit

    Permalink
    Definition Classes
    AtomicType → Type
  7. implicit val classTag: ClassTag[T]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getDumpInfo: DumpInfo

    Permalink
    Definition Classes
    Type → Dumpable
  14. def getValue(r: ResultSet, idx: Int): T

    Permalink
    Definition Classes
    GenericDateJdbcType → JdbcType
  15. val hasLiteralForm: Boolean

    Permalink
    Definition Classes
    GenericDateJdbcType → DriverJdbcType → JdbcType
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. final def mapChildren(f: (Type) ⇒ Type): GenericDateJdbcType.this.type

    Permalink
    Definition Classes
    AtomicType → Type
  19. def mapTo[U](tmap: (T) ⇒ U, tcomap: (U) ⇒ T)(implicit ctag: ClassTag[U]): JdbcType[U]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def optionType: OptionTypedType[T]

    Permalink
    Definition Classes
    TypedType
  24. def scalaType: ScalaBaseType[T]

    Permalink
    Definition Classes
    DriverJdbcType → TypedType
  25. def select(sym: TermSymbol): Type

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

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

    Permalink
    Definition Classes
    JdbcType
  28. def setValue(v: T, p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    GenericDateJdbcType → JdbcType
  29. val sqlType: Int

    Permalink
    Definition Classes
    GenericDateJdbcType → JdbcType
  30. def sqlTypeName(sym: Option[FieldSymbol]): String

    Permalink
    Definition Classes
    GenericDateJdbcType → DriverJdbcType → JdbcType
  31. val sqlTypeName: String

    Permalink
  32. def structural: Type

    Permalink
    Definition Classes
    Type
  33. def structuralRec: Type

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

    Permalink
    Definition Classes
    JdbcType
  37. def updateValue(v: T, r: ResultSet, idx: Int): Unit

    Permalink
    Definition Classes
    GenericDateJdbcType → JdbcType
  38. def valueToSQLLiteral(v: T): String

    Permalink
    Definition Classes
    GenericDateJdbcType → DriverJdbcType → JdbcType
  39. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType

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

Inherited from JdbcType[T]

Inherited from BaseTypedType[T]

Inherited from AtomicType

Inherited from TypedType[T]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped