com.jdc.app.rdb.tbl.ref
Class Country
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.rdb.Table
|
+--com.jdc.app.rdb.tbl.ref.Country
- All Implemented Interfaces:
- AlphaThreeCode, AlphaTwoCode, AlsoKnownAs, ChangeTimestamp, CountryId, Enabled, FormerName, LongName, Name, NumericThreeCode, Remarks, Serializable, ShortName, Table
- public class Country
- extends Table
- implements CountryId, AlphaTwoCode, AlphaThreeCode, NumericThreeCode, Name, LongName, ShortName, AlsoKnownAs, FormerName, Remarks, Enabled, ChangeTimestamp
The Country table contains data for the countries of the world. Most
of the data contained in the Country table is derived from ISO
3166 definitions.
Reference: ISO 3166 Maintenance agency
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
- Serialized Form
|
Field Summary |
static Column |
ID
The Country identifier column. |
| Fields inherited from interface com.jdc.app.rdb.tbl.ref.data.dict.Name |
NAME |
| Fields inherited from interface com.jdc.app.rdb.tbl.ref.data.dict.Remarks |
REMARKS |
| Fields inherited from interface com.jdc.app.rdb.tbl.ref.data.dict.Enabled |
ENABLED |
|
Constructor Summary |
Country()
Constructs a new Country database table definition. |
ID
public static final Column ID
- The
Country identifier column. This enables the country identifier
column to be referenced as Country.ID rather than Country.COUNTRY_ID.
Country
public Country()
- Constructs a new
Country database table definition.
getSchema
public Schema getSchema()
- Returns the
Database Schema for the
Country Table.
- Specified by:
getSchema in interface Table- Specified by:
getSchema in class Table
- Returns:
- The
Database Schema for the Country Table.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.