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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18400 #define TF_WithoutRowid 0x00000080 /* No rowid. PRIMARY KEY is the key */ macro
18455 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0)
[all...]

Completed in 690 milliseconds