class MethodistBaptism - 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 MethodistBaptism table (MethodistBaptisms). Each entry in this table contains the transcription of a Wesleyan Methodist Baptism.

Fields

This record presents the following fields:

name description synonyms
'idmb' unique numeric key
'volume' volume
'page' page
'district' militia district prior to 1852 or county from 1852 on
'area' area or township. subdivision of district
'givenname' given names
'surname' surname
'soundslike' SOUNDEX code for surname
'father' father's name
'mother' mother's name
'residence' residence of parents
'birthplace' birth place
'birthdate' birth date
'baptismdate' baptism date
'baptismplace' baptism place
'minister' minister's name
'idir' link to family tree

Table of Contents

Next: class MethodistBaptismSet