Method: SQL::Maker::Select#new_condition
- Defined in:
- lib/sql/maker/select.rb
#new_condition ⇒ Object
72 73 74 75 76 77 78 |
# File 'lib/sql/maker/select.rb', line 72 def new_condition SQL::Maker::Condition.new( :quote_char => self.quote_char, :name_sep => self.name_sep, :strict => self.strict, ) end |