Searched refs:azRowid (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 18522 static char *azRowid[] = { "rowid", "_rowid_", "oid" }; in tableColumnList() local 18526 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break; in tableColumnList() 18529 /* At this point, we know that azRowid[j] is not the name of any in tableColumnList() 18530 ** ordinary column in the table. Verify that azRowid[j] is a valid in tableColumnList() 18533 rc = sqlite3_table_column_metadata(p->db,0,zTab,azRowid[j],0,0,0,0,0); in tableColumnList() 18534 if( rc==SQLITE_OK ) azCol[0] = azRowid[j]; in tableColumnList()
|
Completed in 33 milliseconds