class FieldComment - jcobban/Genealogy GitHub Wiki
class FieldComment
Up: Object-Oriented Access to Database Records
This class is derived from Record to implement the logical interface to a record in the Field Comment table (FieldComments). Each entry in this table contains an alternate value and comments on a field in a Census transcription as supplied by a proofreader.
Fields
This record presents the following fields:
name | description | synonyms |
---|---|---|
'fc_index' | index to distinguish duplicates | 'index' |
'fc_census' | census identifier | 'census' |
'fc_distid' | district identifier numeric | 'distid' |
'fc_sdid' | sub-district identifier | 'sdid' |
'fc_div' | enumeration division | 'div' |
'fc_page' | page | 'page' |
'fc_line' | line | 'line' |
'fc_fldname' | field name | 'fldname' |
'fc_oldvalue' | old value | 'oldvalue' |
'fc_newvalue' | new value | 'newvalue' |
'fc_userid' | userid of proofreader | 'userid' |
'fc_comment' | proofreader comments | 'comment' |
Table of Contents
Next: new FieldComment($parms)