class Ocfa - jcobban/Genealogy GitHub Wiki

Up: Object-Oriented Access to Database Records

Source Code

This class is derived from Record to implement the logical interface to a record in the Ontario Cemetery Finding Aid table (OCFA) which was created by Ron Demaray. The purpose of the OCFA was to assist researchers to find the appropriate publication from a member branch of the Ontario Genealogical Society, which is also known as Ontario Ancestors. Each entry in this table contains the description of a single index entry.

Fields

This record presents the following fields:

Ocfa description synonyms
'recordindex' record index 'id'
'surname' surname
'givenname' givenname
'cemetery' name of cemetery
'county' county
'township' township
'reference' publisher's reference
'soundex' soundex of surname

Table of Contents

Next: class OcfaSet