# File lib/dbd/pg/database.rb, line 407
    def __types(force=nil)
        load_type_map if (!@type_map or force)
        @type_map
    end