Packages

class Sequence[T] extends AnyRef

Self Type
RelationalProfile.Sequence[T]
Source
RelationalProfile.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sequence
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toany2stringadd[RelationalProfile.Sequence[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RelationalProfile.Sequence[T], B)
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toArrowAssoc[RelationalProfile.Sequence[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val _cycle: Boolean
  7. val _increment: Option[T]
  8. val _maxValue: Option[T]
  9. val _minValue: Option[T]
  10. val _start: Option[T]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. final def curr: Rep[T]
  14. def cycle: RelationalProfile.Sequence[T]
  15. def ensuring(cond: (RelationalProfile.Sequence[T]) => Boolean, msg: => Any): RelationalProfile.Sequence[T]
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toEnsuring[RelationalProfile.Sequence[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (RelationalProfile.Sequence[T]) => Boolean): RelationalProfile.Sequence[T]
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toEnsuring[RelationalProfile.Sequence[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): RelationalProfile.Sequence[T]
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toEnsuring[RelationalProfile.Sequence[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): RelationalProfile.Sequence[T]
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toEnsuring[RelationalProfile.Sequence[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def inc(v: T): RelationalProfile.Sequence[T]
  24. implicit val integral: Integral[T]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def max(v: T): RelationalProfile.Sequence[T]
  27. def min(v: T): RelationalProfile.Sequence[T]
  28. val name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def next: Rep[T]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def schema: RelationalProfile.SchemaDescription
  34. def start(v: T): RelationalProfile.Sequence[T]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toNode: SequenceNode
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit val tpe: TypedType[T]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toStringFormat[RelationalProfile.Sequence[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (RelationalProfile.Sequence[T], B)
    Implicit
    This member is added by an implicit conversion from RelationalProfile.Sequence[T] toArrowAssoc[RelationalProfile.Sequence[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromRelationalProfile.Sequence[T] to any2stringadd[RelationalProfile.Sequence[T]]

Inherited by implicit conversion StringFormat fromRelationalProfile.Sequence[T] to StringFormat[RelationalProfile.Sequence[T]]

Inherited by implicit conversion Ensuring fromRelationalProfile.Sequence[T] to Ensuring[RelationalProfile.Sequence[T]]

Inherited by implicit conversion ArrowAssoc fromRelationalProfile.Sequence[T] to ArrowAssoc[RelationalProfile.Sequence[T]]

Ungrouped