Represents an identifier (column or table). Can be used to specify a Symbol with multiple underscores should not be split, or for creating an identifier without using a symbol.
Create a Function using this identifier as the functions name, with the given args.
# File lib/sequel/sql.rb, line 1370 def function(*args) Function.new(self, *args) end
Generated with the Darkfish Rdoc Generator 2.