Methods

Class Index [+]

Quicksearch

Sequel::SQL::WindowFunction

A WindowFunction is a grouping of a Function with a Window over which it operates.

Attributes

function[R]

The function to use, should be an SQL::Function.

window[R]

The window to use, should be an SQL::Window.

Public Class Methods

new(function, window) click to toggle source

Set the function and window.

      # File lib/sequel/sql.rb, line 1541
1541:       def initialize(function, window)
1542:         @function, @window = function, window
1543:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.