Method: Sequel::SQL::ComplexExpressionMethods#sql_number
- Defined in:
- lib/sequel_core/sql.rb
#sql_number ⇒ Object
Return a NumericExpression representation of self.
353 354 355 |
# File 'lib/sequel_core/sql.rb', line 353 def sql_number NumericExpression.new(:NOOP, self) end |