scala.slick.ast

RangeFrom

final case class RangeFrom(start: Long = 1L) extends Column[Long] with NullaryNode with Product with Serializable

A Query of this special Node represents an infinite stream of consecutive numbers starting at the given number. This is used as an operand for zipWithIndex. It is not exposed directly in the query language because it cannot be represented in SQL outside of a 'zip' operation.

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, NullaryNode, SimpleNode, Node, Column[Long], Typed, ColumnBase[Long], RecordLinearizer[Long], ValueLinearizer[Long], Rep[Long], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RangeFrom
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NullaryNode
  7. SimpleNode
  8. Node
  9. Column
  10. Typed
  11. ColumnBase
  12. RecordLinearizer
  13. ValueLinearizer
  14. Rep
  15. WithOp
  16. Cloneable
  17. Cloneable
  18. NodeGenerator
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RangeFrom(start: Long = 1L)

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[Long]]

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

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

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

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

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    Column
  14. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[Long]]

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

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

    Definition Classes
    ColumnRecordLinearizer
  17. def getOr[U](n: ⇒ U)(implicit ev: =:=[Option[U], Long]): Column[U]

    Definition Classes
    Column
  18. def getResult(profile: BasicProfile, rs: PositionedResult): Long

    Definition Classes
    ColumnRecordLinearizer
  19. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    WithOp
  21. final def narrowedLinearizer: RecordLinearizer[Long]

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

    Definition Classes
    AnyRef
  23. def nodeChildNames: Iterable[String]

    Definition Classes
    Node
  24. val nodeChildren: collection.immutable.Nil.type

    Definition Classes
    NullaryNodeNode
  25. def nodeDelegate: Node

    Definition Classes
    NodeNodeGenerator
  26. def nodeIntrinsicSymbol: IntrinsicSymbol

    Definition Classes
    Node
  27. def nodeMapChildren(f: (Node) ⇒ Node): Node

    Definition Classes
    SimpleNodeNode
  28. final def nodeMapNodes(s: Iterable[Node], f: (Node) ⇒ Node): Option[IndexedSeq[Node]]

    Attributes
    protected[this]
    Definition Classes
    Node
  29. final def nodeRebuild(ch: IndexedSeq[Node]): Node

    Attributes
    protected[this]
    Definition Classes
    NullaryNodeSimpleNode
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. final def op: Node

    Definition Classes
    WithOp
  33. def orElse(n: ⇒ Long): Column[Long]

    Definition Classes
    Column
  34. final def orFail: Column[Long]

    Definition Classes
    Column
  35. def orZero: Column[Long]

    Definition Classes
    Column
  36. final def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[Long]): Unit

    Definition Classes
    ColumnRecordLinearizer
  37. val start: Long

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Node → AnyRef → Any
  40. final def tpe: TypeMapper[Long]

    Definition Classes
    ColumnTyped
  41. final val typeMapper: TypeMapper[Long]

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

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

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

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

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

    Definition Classes
    Column

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from NullaryNode

Inherited from SimpleNode

Inherited from Node

Inherited from Column[Long]

Inherited from Typed

Inherited from ColumnBase[Long]

Inherited from RecordLinearizer[Long]

Inherited from ValueLinearizer[Long]

Inherited from Rep[Long]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped