c

scalasql.query

SqlWindow

case class SqlWindow[T](e: Expr[T], partitionBy0: Option[Expr[_]], filter0: Option[Expr[Boolean]], orderBy: Seq[OrderBy], frameStart0: Option[SqlStr], frameEnd0: Option[SqlStr], exclusions: Option[SqlStr])(implicit dialect: DialectTypeMappers) extends Expr[T] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Expr[T], Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlWindow
  2. Serializable
  3. Product
  4. Equals
  5. Expr
  6. Renderable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SqlWindow(e: Expr[T], partitionBy0: Option[Expr[_]], filter0: Option[Expr[Boolean]], orderBy: Seq[OrderBy], frameStart0: Option[SqlStr], frameEnd0: Option[SqlStr], exclusions: Option[SqlStr])(implicit dialect: DialectTypeMappers)

Type Members

  1. class FrameConfig extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asc: SqlWindow[T]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def desc: SqlWindow[T]
  8. val e: Expr[T]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Expr → AnyRef → Any
  11. val exclusions: Option[SqlStr]
  12. def exprIsLiteralTrue: Boolean
    Attributes
    protected
    Definition Classes
    Expr
  13. def filter(expr: Expr[Boolean]): SqlWindow[T]
  14. val filter0: Option[Expr[Boolean]]
  15. def frameEnd: FrameConfig
  16. val frameEnd0: Option[SqlStr]
  17. def frameStart: FrameConfig
  18. val frameStart0: Option[SqlStr]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def nullsFirst: SqlWindow[T]
  25. def nullsLast: SqlWindow[T]
  26. val orderBy: Seq[OrderBy]
  27. def partitionBy(e: Expr[_]): SqlWindow[T]
  28. val partitionBy0: Option[Expr[_]]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def renderToSql0(implicit ctx: Context): SqlStr
    Attributes
    protected
    Definition Classes
    SqlWindow → Expr
  31. def sortBy(expr: Expr[_]): SqlWindow[T]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Expr → AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. object exclude

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Expr[T]

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped