# File lib/dbi/columninfo.rb, line 41
  def initialize( hash=nil )
    @hash = hash || Hash.new
  end