Home | History | Annotate | Download | only in dist

Lines Matching defs:pSeqTab

9629   Table *pSeqTab;      /* The sqlite_sequence table used by AUTOINCREMENT */
82080 pTable->pSchema->pSeqTab = pTable;
82844 if( pDb->pSchema->pSeqTab==0 ){
85477 pSchema->pSeqTab = 0;
89239 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
89291 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);