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 989 989: def initialize(expr, type) 990: @expr = expr 991: @type = type 992: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.