Methods

Class Index [+]

Quicksearch

Sequel::SQL::Function

Represents an SQL function call.

Attributes

args[R]

The array of arguments to pass to the function (may be blank)

f[R]

The SQL function to call

Public Class Methods

new(f, *args) click to toggle source

Set the functions and args to the given arguments

      # File lib/sequel/sql.rb, line 1085
1085:       def initialize(f, *args)
1086:         @f, @args = f, args
1087:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.