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

/external/sqlite/dist/orig/
H A Dshell.c9914 static char *azRowid[] = { "rowid", "_rowid_", "oid" }; local
9918 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break;
9921 /* At this point, we know that azRowid[j] is not the name of any
9922 ** ordinary column in the table. Verify that azRowid[j] is a valid
9925 rc = sqlite3_table_column_metadata(p->db,0,zTab,azRowid[j],0,0,0,0,0);
9926 if( rc==SQLITE_OK ) azCol[0] = azRowid[j];
/external/sqlite/dist/
H A Dshell.c9920 static char *azRowid[] = { "rowid", "_rowid_", "oid" }; local
9924 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break;
9927 /* At this point, we know that azRowid[j] is not the name of any
9928 ** ordinary column in the table. Verify that azRowid[j] is a valid
9931 rc = sqlite3_table_column_metadata(p->db,0,zTab,azRowid[j],0,0,0,0,0);
9932 if( rc==SQLITE_OK ) azCol[0] = azRowid[j];

Completed in 138 milliseconds