com.typesafe.slick.driver.db2.DB2Driver.JdbcTypes

UUIDJdbcType

class UUIDJdbcType extends JdbcTypes.UUIDJdbcType

Definition Classes
JdbcTypes → JdbcTypes
Linear Supertypes
JdbcTypes.UUIDJdbcType, DB2Driver.DriverJdbcType[UUID], JdbcType[UUID], BaseTypedType[UUID], AtomicType, TypedType[UUID], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UUIDJdbcType
  2. UUIDJdbcType
  3. DriverJdbcType
  4. JdbcType
  5. BaseTypedType
  6. AtomicType
  7. TypedType
  8. Type
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UUIDJdbcType()

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. implicit val classTag: ClassTag[UUID]

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromBytes(data: Array[Byte]): UUID

    Definition Classes
    UUIDJdbcType
  14. final def getClass(): Class[_]

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

    Definition Classes
    UUIDJdbcType → JdbcType
  16. def hasLiteralForm: Boolean

    Definition Classes
    UUIDJdbcType → DriverJdbcType → JdbcType
  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. final def mapChildren(f: (Type) ⇒ Type): UUIDJdbcType.this.type

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

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

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

    Definition Classes
    AnyRef
  23. def optionType: OptionTypedType[UUID]

    Definition Classes
    TypedType
  24. def scalaType: ScalaBaseType[UUID]

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

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

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

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

    Definition Classes
    UUIDJdbcType → JdbcType
  29. def sqlType: Int

    Definition Classes
    UUIDJdbcType → UUIDJdbcType → JdbcType
  30. def sqlTypeName: String

    Definition Classes
    UUIDJdbcType → DriverJdbcType → JdbcType
  31. def structural: Type

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

    Definition Classes
    AnyRef
  33. def toBytes(uuid: UUID): Array[Byte]

    Definition Classes
    UUIDJdbcType
  34. def toString(): String

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

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

    Definition Classes
    UUIDJdbcType → JdbcType
  37. def valueToSQLLiteral(value: UUID): String

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

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

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

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

    Definition Classes
    DriverJdbcType → JdbcType

Inherited from JdbcTypes.UUIDJdbcType

Inherited from DB2Driver.DriverJdbcType[UUID]

Inherited from JdbcType[UUID]

Inherited from BaseTypedType[UUID]

Inherited from AtomicType

Inherited from TypedType[UUID]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped