Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19505 #define TF_WithoutRowid 0x00000080 /* No rowid. PRIMARY KEY is the key */ macro
19560 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0)
93604 if( pTab->tabFlags & TF_WithoutRowid ){
128812 assert( pPk->pTable->tabFlags & TF_WithoutRowid );
128928 pTab->tabFlags &= ~TF_WithoutRowid;
128940 pTab->tabFlags &= ~TF_WithoutRowid;
129254 if( tabOpts & TF_WithoutRowid ){
129264 p->tabFlags |= TF_WithoutRowid | TF_NoVisibleRowid;
146123 (pTab->tabFlags & TF_WithoutRowid)!=0,
162759 pTab->tabFlags |= pNew->tabFlags & (TF_WithoutRowid|TF_NoVisibleRowid);
[all …]