Represents a cast of an SQL expression to a specific type.
Public Class methods
new
(expr, type)
Set the attributes to the given arguments
[show source]
# File lib/sequel/sql.rb, line 1099 def initialize(expr, type) @expr = expr @type = type end