Method: SQL::Maker#where

Defined in:
lib/sql/maker.rb

#where(where) ⇒ Object



205
206
207
208
# File 'lib/sql/maker.rb', line 205

def where(where)
  cond = self._make_where_condition(where)
  return [cond.as_sql, cond.bind]
end