class Avmtrf1::Oracle::Objects

def first(options = {})

def first(options = {})
  self.class.row_to_object(
    connection,
    connection.first_row_hash(sql(options))
  )
end