Home
last modified time | relevance | path

Searched refs:TF_WithoutRowid (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c18859 #define TF_WithoutRowid 0x00000080 /* No rowid. PRIMARY KEY is the key */ macro
18913 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0)
91393 if( pTab->tabFlags & TF_WithoutRowid ){
125268 assert( pPk->pTable->tabFlags & TF_WithoutRowid );
125384 pTab->tabFlags &= ~TF_WithoutRowid;
125396 pTab->tabFlags &= ~TF_WithoutRowid;
125708 if( tabOpts & TF_WithoutRowid ){
125718 p->tabFlags |= TF_WithoutRowid | TF_NoVisibleRowid;
141986 (pTab->tabFlags & TF_WithoutRowid)!=0,
158429 pTab->tabFlags |= pNew->tabFlags & (TF_WithoutRowid|TF_NoVisibleRowid);
[all …]