# File lib/dbi/columninfo.rb, line 62
  def method_missing(id, *params, &b)
    @hash.send(id, *params, &b)
  end