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

/external/sqlite/dist/orig/
H A Dshell.c9850 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */ local
9874 isIPK = 1;
9876 isIPK = 0;
9891 if( preserveRowid && isIPK ){
/external/sqlite/dist/
H A Dshell.c9856 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */ local
9880 isIPK = 1;
9882 isIPK = 0;
9897 if( preserveRowid && isIPK ){

Completed in 130 milliseconds