WindowFrameClause
class WindowFrameClause(unit: WindowFrameUnit, start: WindowFrameBound, end: WindowFrameBound? = null)
Represents an SQL window function frame clause
Functions
Link copied to clipboard
Appends the SQL representation of this window function clause to the specified queryBuilder.