PDF (US Ltr)
- 40.4Mb
PDF (A4)
- 40.5Mb
Man Pages (TGZ)
- 259.5Kb
Man Pages (Zip)
- 366.7Kb
Info (Gzip)
- 4.1Mb
Info (Zip)
- 4.1Mb
idThe hash map's unique ID
versionHash map version (integer)
stateHash map state; see Object::State for values and descriptions.
fq_nameThe hash map's fully qualified name
The hash_maps table is actually a view
consisting of the four columns having the same names of the
dict_obj_info table, as shown
here:
CREATE VIEW hash_maps AS
SELECT id, version, state, fq_name
FROM dict_obj_info
WHERE type=24; # Hash map; defined in dict_obj_types
See the description of
dict_obj_info for more
information.