WindowFrameClause

Represents an SQL window function frame clause

Constructors

Link copied to clipboard
constructor(unit: WindowFrameUnit, start: WindowFrameBound, end: WindowFrameBound? = null)

Functions

Link copied to clipboard
fun toQueryBuilder(queryBuilder: QueryBuilder)

Appends the SQL representation of this window function clause to the specified queryBuilder.