scala.slick.lifted

WrappedColumn

sealed class WrappedColumn[T] extends Column[T]

A WrappedColumn can be used to change a column's nullValue.

Linear Supertypes
Column[T], Typed, ColumnBase[T], RecordLinearizer[T], ValueLinearizer[T], Rep[T], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WrappedColumn
  2. Column
  3. Typed
  4. ColumnBase
  5. RecordLinearizer
  6. ValueLinearizer
  7. Rep
  8. WithOp
  9. Cloneable
  10. Cloneable
  11. NodeGenerator
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedColumn(parent: Column[_])(implicit arg0: TypeMapper[T])

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. def ?: Column[Option[T]]

    Definition Classes
    Column
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asc: ColumnOrdered[T]

    Definition Classes
    Column
  9. def clone(): WrappedColumn.this.type

    Definition Classes
    WithOp → AnyRef
  10. def desc: ColumnOrdered[T]

    Definition Classes
    Column
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def get[U](implicit ev: =:=[Option[U], T]): Column[U]

    Definition Classes
    Column
  15. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[T]]

    Definition Classes
    Column
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getLinearizedNodes: collection.immutable.Vector[Node]

    Definition Classes
    ColumnRecordLinearizer
  18. def getOrElse[U](default: ⇒ U)(implicit ev: =:=[Option[U], T]): Column[U]

    Definition Classes
    Column
  19. def getResult(profile: BasicProfile, rs: PositionedResult): T

    Definition Classes
    ColumnRecordLinearizer
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int] = Nil): WrappedColumn.this.type

    Definition Classes
    WithOp
  23. final def narrowedLinearizer: RecordLinearizer[T]

    Definition Classes
    RecordLinearizerValueLinearizer
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. val nodeChildren: collection.Seq[Node]

  26. def nodeDelegate: Node

    Definition Classes
    WrappedColumnNodeGenerator
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. final def op: Node

    Definition Classes
    WithOp
  30. final def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[T]): Unit

    Definition Classes
    ColumnRecordLinearizer
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def tpe: TypeMapper[T]

    Definition Classes
    ColumnTyped
  34. final val typeMapper: TypeMapper[T]

    Definition Classes
    Column
  35. def updateResult(profile: BasicProfile, rs: PositionedResult, value: T): Unit

    Definition Classes
    ColumnRecordLinearizer
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def ~[U](b: Column[U]): Projection2[T, U]

    Definition Classes
    Column

Deprecated Value Members

  1. def getOr[U](n: ⇒ U)(implicit ev: =:=[Option[U], T]): Column[U]

    Definition Classes
    Column
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use .getOrElse instead of .getOr

  2. def orElse(n: ⇒ T): Column[T]

    Definition Classes
    Column
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use .?.getOrElse instead of .orElse

  3. final def orFail: Column[T]

    Definition Classes
    Column
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use .?.get instead of .orFail

  4. def orZero: Column[T]

    Definition Classes
    Column
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use .getOrElse with a proper zero value instead of .orZero

Inherited from Column[T]

Inherited from Typed

Inherited from ColumnBase[T]

Inherited from RecordLinearizer[T]

Inherited from ValueLinearizer[T]

Inherited from Rep[T]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped