Represents a qualified identifier (column with table or table with schema).
Create a Function using this identifier as the functions name, with the given args.
# File lib/sequel/sql.rb, line 1553 def function(*args) Function.new(self, *args) end
Generated with the Darkfish Rdoc Generator 2.