Bt_IndexFlags() Function
<< Click to Display Table of Contents >>
Bt_IndexFlags() Function
|
|
Purpose
Creates string version of Index segment Flags
Prototype
FUNCTION Bt_IndexFlags ( uFlags AS USUAL ) AS USUAL
Return
String with the following possible contents: DMNQSU
Notes
The return string can contain the following flags
D = 'D' if index is Descending
M = 'M' if there are More segments in index
N = 'N' if Nulls are allowed
Q = 'Q' if index is uniQue
S = 'S' if index is Static
U = 'U' if index is Uppercase