Module: UState::QueryString::Approximately1
- Defined in:
- lib/ustate/query_string.rb
Instance Method Summary collapse
Instance Method Details
#query ⇒ Object
367 368 369 |
# File 'lib/ustate/query_string.rb', line 367 def query Query::Approximately.new field.sql, string.sql end |
#sql ⇒ Object
371 372 373 |
# File 'lib/ustate/query_string.rb', line 371 def sql Sequel::SQL::StringExpression.like field.sql, string.sql end |