Searched refs:isWO (Results 1 – 1 of 1) sorted by relevance
27213 int isWO = 0; /* True if making an imposter of a WITHOUT ROWID table */ in do_meta_command() local27253 isWO = sqlite3_column_int(pStmt, 1); in do_meta_command()27272 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){ in do_meta_command()27302 " the \"%s\" %s!\n", azArg[1], isWO ? "table" : "index"); in do_meta_command()