Method: UState::QueryString::Greater1#sql

Defined in:
lib/ustate/query_string.rb

#sqlObject



819
820
821
# File 'lib/ustate/query_string.rb', line 819

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