Home | History | Annotate | Download | only in orig

Lines Matching refs:pSeqTab

9629   Table *pSeqTab;      /* The sqlite_sequence table used by AUTOINCREMENT */
82044 pTable->pSchema->pSeqTab = pTable;
82808 if( pDb->pSchema->pSeqTab==0 ){
85441 pSchema->pSeqTab = 0;
89203 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
89255 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);