Searched refs:TF_WithoutRowid (Results 1 – 1 of 1) sorted by relevance
18256 #define TF_WithoutRowid 0x00000080 /* No rowid. PRIMARY KEY is the key */ macro18311 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0)89363 if( pTab->tabFlags & TF_WithoutRowid ){122341 assert( pPk->pTable->tabFlags & TF_WithoutRowid );122457 pTab->tabFlags &= ~TF_WithoutRowid;122469 pTab->tabFlags &= ~TF_WithoutRowid;122781 if( tabOpts & TF_WithoutRowid ){122791 p->tabFlags |= TF_WithoutRowid | TF_NoVisibleRowid;138506 (pTab->tabFlags & TF_WithoutRowid)!=0,154436 pTab->tabFlags |= pNew->tabFlags & (TF_WithoutRowid|TF_NoVisibleRowid);[all …]