class ActiveRecord::StatementCache::PartialQueryCollector

def add_bind(obj)

def add_bind(obj)
  @binds << obj
  @parts << Substitute.new
  self
end