Home | History | Annotate | Download | only in dist

Lines Matching refs:isIPK

2984   int isIPK = 0;     /* True if one PRIMARY KEY column of type INTEGER */
3008 isIPK = 1;
3010 isIPK = 0;
3024 if( preserveRowid && isIPK ){