Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c9955 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
80282 if( pTab->tabFlags & TF_HasPrimaryKey ){
80287 pTab->tabFlags |= TF_HasPrimaryKey;
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c14440 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
98682 if( pTab->tabFlags & TF_HasPrimaryKey ){
98687 pTab->tabFlags |= TF_HasPrimaryKey;
99252 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){