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 517 517: def initialize(expr, type) 518: @expr = expr 519: @type = type 520: end
[Validate]