Lines Matching refs:Table
30 Table *pTab, /* The table to be opened */ in sqlite3OpenTable()
84 Table *pTab = pIdx->pTable; in sqlite3IndexAffinityStr()
118 char *sqlite3TableAffinityStr(sqlite3 *db, const Table *pTab){ in sqlite3TableAffinityStr()
175 void sqlite3TableAffinity(Vdbe *v, Table *pTab, int iReg){ in sqlite3TableAffinity()
225 static int readsTable(Parse *p, int iDb, Table *pTab){ in readsTable()
281 Table *pTab /* The table */ in sqlite3ComputeGeneratedColumns()
405 Table *pTab /* The table we are writing to */ in autoIncBegin()
414 Table *pSeqTab = pParse->db->aDb[iDb].pSchema->pSeqTab; in autoIncBegin()
580 Table *pDest, /* The table we are inserting into */
692 Table *pTab; /* The table to insert into. aka TABLE */ in sqlite3Insert()
1668 Table *pTab, /* The table being inserted or updated */ in sqlite3GenerateConstraintChecks()
2502 void sqlite3SetMakeRecordP5(Vdbe *v, Table *pTab){ in sqlite3SetMakeRecordP5()
2526 Table *pTab, /* Table being updated */ in codeWithoutRowidPreupdate()
2554 Table *pTab, /* the table into which we are inserting */ in sqlite3CompleteInsertion()
2642 Table *pTab, /* Table to be opened */ in sqlite3OpenTableAndIndices()
2782 Table *pDest, /* The table we are inserting into */ in xferOptimization()
2789 Table *pSrc; /* The table in the FROM clause of SELECT */ in xferOptimization()