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 553 553: def initialize(expr, type) 554: @expr = expr 555: @type = type 556: end
[Validate]