GEONDDS

Holds GEO node descriptions.

Column Descriptions:

NameTypeDescription
GEONDDS_IDINTEGER NOT NULLThe GEO node description ID.
GEONODE_IDINTEGER NOT NULLThe GEO node ID. Foreign key to GEONODE.GEONODE_ID.
LANGUAGE_IDINTEGER NOT NULLThe language ID. Foreign key to LANGUAGE.LANGUAGE_ID.
NAMEVARCHAR (128) NOT NULLThe name of the node. For example, Canada.
DESCRIPTIONVARCHAR (254)The description of the GEO node.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>GEONDDS_IDPrimary Key
I0001216GEONODE_ID+LANGUAGE_IDUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3574GEONODE_IDGEONODEGEONODE_IDCascade
F_3575LANGUAGE_IDLANGUAGELANGUAGE_IDCascade