Represents a cast of an SQL expression to a specific type.
Set the attributes to the given arguments
[Source]
# File lib/sequel/sql.rb, line 667 667: def initialize(expr, type) 668: @expr = expr 669: @type = type 670: end
[Validate]