GEONODE

Represents a geographical node in the geo tree.

Column Descriptions:

NameTypeDescription
GEONODE_IDINTEGER NOT NULLGeo node Id.
IDENTIFIERVARCHAR (64) NOT NULLExternal identifier of the node. unique index
TYPECHAR (4) NOT NULLType of the geographical location. e.g. "CNTY" (Country), "STAT" (State),
STOREENT_IDINTEGER NOT NULL DEFAULT 0The reference number of the store.
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>GEONODE_IDPrimary Key
I0001459STOREENT_ID+IDENTIFIERUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3730STOREENT_IDSTOREENTSTOREENT_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_3569GEONODE_IDSTLOCGEONODE_IDCascade
F_3574GEONODE_IDGEONDDSGEONODE_IDCascade
F_3576GEONODE_IDGEOTREECHILD_GEONODE_IDCascade
F_3577GEONODE_IDGEOTREEPARENT_GEONODE_IDCascade