class CountyMarriage - jcobban/Genealogy GitHub Wiki

class CountyMarriage

Up: Object-Oriented Access to Database Records

This class is derived from Record to implement the logical interface to a record in the CountyMarriage table (CountyMarriages). Each entry in this table contains the description of a spouse in a Marriage as reported by an officiant to the County Registrar prior to 1867. For each marriage registration there are two records, one for the bride, and one for the groom.

Fields

This record presents the following fields:

name description synonyms
'm_regdomain' Domain identifier 'regdomain', 'domain', 'm_domain'
'm_volume' Ontario Archives microfilm reel number, an integer 'volume'
'm_reportno' report number which may end with 1/2 'reportno'
'm_itemno' item number within the report, an integer 'itemno'
'm_role' role of the spouse, 'B' or 'G' 'role'
'm_givennames' given names, a string 'givennames'
'm_surname' surname, a string 'surname'
'm_surnamesoundex' surname SOUNDEX code 'surnamesoundex'
'm_age' age, a string 'age'
'm_residence' residence, a string 'residence'
'm_birthplace' birth place, a string 'birthplace'
'm_fathername' father's name, a string 'fathername'
'm_mothername' mother's name, a string 'mothername'
'm_date' date, a string, usually dd MMM yyyy 'date'
'm_licensetype' license type, 'L', 'B', 'D' 'licensetype'
'm_witnessname' witness name, a string 'witnessname'
'm_idir' link to family tree, and integer 'idir'
'm_remarks' remarks, an extended text 'remarks'

Table of Contents

Next: new CountyMarriage($parms)