Method: Sequel::SQL::CaseExpression#expression?
- Defined in:
- lib/sequel/sql.rb
#expression? ⇒ Boolean
Whether to use an expression for this CASE expression.
1223 1224 1225 |
# File 'lib/sequel/sql.rb', line 1223 def expression? !@no_expression end |