Sequel::SQL::GenericExpression
Represents an SQL function call.
The array of arguments to pass to the function (may be blank)
The SQL function to call
Set the attributes to the given arguments
# File lib/sequel/sql.rb, line 628 def initialize(f, *args) @f, @args = f, args end
[Validate]
Generated with the Darkfish Rdoc Generator 2.