Searched defs:isTemp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c404 void sqliteOpenMasterTable(Vdbe *v, int isTemp){ argument
405 sqliteVdbeAddOp(v, OP_Integer, isTemp, 0);
414 ** pStart token is the CREATE and pName is the table name. The isTemp
430 int isTemp, /* True if this is a TEMP table */
443 if( db->init.iDb==1 ) isTemp = 1;
445 assert( (isTemp & 1)==isTemp );
448 char *zDb = isTemp ? "temp" : "main";
449 if( sqliteAuthCheck(pParse, SQLITE_INSERT, SCHEMA_TABLE(isTemp), 0, zDb) ){
454 if( isTemp ){
426 sqliteStartTable( Parse *pParse, Token *pStart, Token *pName, int isTemp, int isView ) argument
1490 int isTemp; /* True for a temporary index */ local
[all...]

Completed in 47 milliseconds