Method: UState::QueryString::LessEqual1#sql

Defined in:
lib/ustate/query_string.rb

#sqlObject



579
580
581
# File 'lib/ustate/query_string.rb', line 579

def sql
  Sequel::SQL::BooleanExpression.new(:<=, field.sql, value.sql)
end