Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c186 int preserveRowid = 1; in tableColumnList() local
247 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
249 if( preserveRowid ){ in tableColumnList()
/sqlite-3.40.0/src/
H A Dshell.c.in4055 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); local
4094 if( preserveRowid && isIPK ){
4113 preserveRowid = rc==SQLITE_ROW;
4115 if( preserveRowid ){