Module: Torque::PostgreSQL::InsertAll::Builder
- Defined in:
- lib/torque/postgresql/insert_all.rb
Instance Method Summary collapse
Instance Method Details
#where_condition? ⇒ Boolean
18 19 20 |
# File 'lib/torque/postgresql/insert_all.rb', line 18 def where_condition? !where.nil? end |