Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c23084 int isWO = 0; /* True if making an imposter of a WITHOUT ROWID table */ in do_meta_command() local
23085 int lenPK = 0; /* Length of the PRIMARY KEY string for isWO tables */ in do_meta_command()
23118 isWO = sqlite3_column_int(pStmt, 1); in do_meta_command()
23137 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){ in do_meta_command()
23168 azArg[1], isWO ? "table" : "index" in do_meta_command()

Completed in 35 milliseconds