Represents an SQL function call.
Attributes
Public Class methods
new
(f, *args)
Set the functions and args to the given arguments
[show source]
# File lib/sequel/sql.rb, line 1210 def initialize(f, *args) @f, @args = f, args end