class Country - jcobban/Genealogy GitHub Wiki

class Country

Up: Object-Oriented Access to Database Records

This class is derived from Record to implement the logical interface to a record in the Country table (Countries). Each entry in this table contains the description of a Country.

Fields

This record presents the following fields:

name description synonyms
'code' ISO 3166-1 alpha-2 code 'cc'
'name' name
'dialingcode' E.164 international dialing code
'currency' ISO 4217 currency code

These records are maintained by Country Table Update.

Table of Contents

Next: new Country($parms)