Lines Matching refs:TF_OOOHidden
15800 ** TF_OOOHidden applies to tables or view that have hidden columns that are
15803 ** the TF_OOOHidden attribute would apply in this case. Such tables require
15813 #define TF_OOOHidden 0x0080 /* Out-of-Order hidden columns */
102662 pTab->tabFlags |= TF_OOOHidden;
111472 bIdListInOrder = (pTab->tabFlags & TF_OOOHidden)==0;
127966 oooHidden = TF_OOOHidden;