Searched refs:isWO (Results 1 – 1 of 1) sorted by relevance
33271 int isWO = 0; /* True if making an imposter of a WITHOUT ROWID table */ in do_meta_command() local33305 isWO = sqlite3_column_int(pStmt, 1); in do_meta_command()33324 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){ in do_meta_command()