module Torque::PostgreSQL::InsertAll::Builder

Public Instance Methods

where_condition?() click to toggle source
# File lib/torque/postgresql/insert_all.rb, line 18
def where_condition?
  !where.nil?
end