class Sequel::SQL::Function

Represents an SQL function call.

def initialize(f, *args)

Set the functions and args to the given arguments
def initialize(f, *args)
  @f, @args = f, args
end