Lines Matching defs:TF_HasPrimaryKey
10160 ** is generated for each row of the table. TF_HasPrimaryKey is set if10209 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */82342 if( pTab->tabFlags & TF_HasPrimaryKey ){82347 pTab->tabFlags |= TF_HasPrimaryKey;