Sequel::SQL::GenericExpression
Represents a cast of an SQL expression to a specific type.
The expression to cast
The type to which to cast the expression
Set the attributes to the given arguments
# File lib/sequel/sql.rb, line 1098 def initialize(expr, type) @expr = expr @type = type end
[Validate]
Generated with the Darkfish Rdoc Generator 2.