Method: HDB#where
- Defined in:
- lib/hdb/hdb.rb
#where(where, operator = 'AND') ⇒ Object
127 128 129 130 |
# File 'lib/hdb/hdb.rb', line 127 def where(where, operator = 'AND') @where = self.normalizeWhereFormat(where, operator) return self end |