Method: Sequel::SQL::Cast#type
- Defined in:
- lib/sequel/sql.rb
permalink #type ⇒ Object (readonly)
The type to which to cast the expression
1247 1248 1249 |
# File 'lib/sequel/sql.rb', line 1247 def type @type end |
The type to which to cast the expression
1247 1248 1249 |
# File 'lib/sequel/sql.rb', line 1247 def type @type end |