class Avmtrf1::Oracle::Connection::Base

def first_row_hash(sql)

def first_row_hash(sql)
  connection.exec(sql).fetch_hash { |row| return row }
  nil
end