Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c9851 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList() local
9891 if( preserveRowid && isIPK ){ in tableColumnList()
9909 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
9911 if( preserveRowid ){ in tableColumnList()
/external/sqlite/dist/
Dshell.c9857 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList() local
9897 if( preserveRowid && isIPK ){ in tableColumnList()
9915 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
9917 if( preserveRowid ){ in tableColumnList()