# File model/model.rb, line 455
    def initialize()
        @dbh = nil
        @hash = Hash.new

    end