# File lib/og/backends/mysql.rb, line 364
        def get_int(res, idx = 0)      
                return res.fetch_row[idx].to_i
        end