Searched refs:isTransient (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h491 ** holds temporary tables and indices. If Table.isTransient
509 u8 isTransient; /* True if automatically deleted when VDBE finishes */ member in struct:Table
H A Dwhere.c709 if( pTab->isTransient || pTab->pSelect ) continue;
1224 if( pTab->isTransient || pTab->pSelect ) continue;
H A Dselect.c891 /* The isTransient flag indicates that the Table structure has been
895 pTab->isTransient = 1;
1057 if( pTab->isTransient ){
1720 if( pSrc->a[iFrom].pTab && pSrc->a[iFrom].pTab->isTransient ){
H A Dbuild.c2009 if( pList->a[i].pTab && pList->a[i].pTab->isTransient ){

Completed in 38 milliseconds