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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SqlWindow
- Serializable
- Product
- Equals
- Expr
- Renderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- class FrameConfig extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asc: SqlWindow[T]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def desc: SqlWindow[T]
- val e: Expr[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Expr → AnyRef → Any
- val exclusions: Option[SqlStr]
- def exprIsLiteralTrue: Boolean
- Attributes
- protected
- Definition Classes
- Expr
- def filter(expr: Expr[Boolean]): SqlWindow[T]
- val filter0: Option[Expr[Boolean]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def frameEnd: FrameConfig
- val frameEnd0: Option[SqlStr]
- def frameStart: FrameConfig
- val frameStart0: Option[SqlStr]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def nullsFirst: SqlWindow[T]
- def nullsLast: SqlWindow[T]
- val orderBy: Seq[OrderBy]
- def partitionBy(e: Expr[_]): SqlWindow[T]
- val partitionBy0: Option[Expr[_]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def renderSql(ctx: Context): SqlStr
- Attributes
- protected
- Definition Classes
- Expr → Renderable
- def renderToSql0(implicit ctx: Context): SqlStr
- Attributes
- protected
- Definition Classes
- SqlWindow → Expr
- def sortBy(expr: Expr[_]): SqlWindow[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Expr → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object exclude