Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c185 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */ in tableColumnList() local
211 isIPK = 1; in tableColumnList()
213 isIPK = 0; in tableColumnList()
227 if( isIPK ){ in tableColumnList()
/sqlite-3.40.0/src/
H A Dshell.c.in4054 int isIPK = 0; /* True if one PRIMARY KEY column of type INTEGER */ local
4077 isIPK = 1;
4079 isIPK = 0;
4094 if( preserveRowid && isIPK ){