class Census1901Sched2 - jcobban/Genealogy GitHub Wiki

class Census1901Sched2

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 table that describes images of Schedule 2 or the 1901 Census of Canada.

Fields

This exact set of fields depends upon the particular census the following fields are present in most censuses:

Field Notes
ID unique internal numeric record identifier
DistrictName the district name within the 1901 census
DistrictNumber the district number within the 1901 census
SubDistName the sub-district name
SubDistId the sub-district identifier, usually a letter
Division the division identifier, usually an integer
PageNum page number within the division
ImageURL URL of the image file
Reel the microfilm reel number
Province the two character province abbreviation

Table of Contents:

Next: new Census1901Sched2($parms)