Files > SQLI_KEY_FORMAT

name
SQLI_KEY_FORMAT
number
1.5213
location
^DMSQ("KF",
description
Strategies for converting base values into key values. Soundex and upper case conversion are common examples. This implies that comparisons of key values with base values must be preceded by conversion of the base value to key value. Key formats are frequently lossy; they can't be converted uniquely back to base format.
Fields
#NameLocationTypeDetailsIndexDescription
.01kf name(+)0;1FREE TEXTB
1kf data type(+)0;2POINTER1.5211C
2kf comment0;3FREE TEXT
3kf int expr1;E1,245FREE TEXTAn M expression which converts X to it's key format
4kf int exec2;E1,245FREE TEXTA line of M code which converts X to its key format

Referenced by 1 types

  1. SQLI_PRIMARY_KEY (1.5218) -- p_key_format