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

/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c13632 const char *zEQPLine = (const char*)sqlite3_column_text(pExplain,3); local
13635 if( zEQPLine==0 ) zEQPLine = "";
13636 if( zEQPLine[0]=='-' ) eqp_render(pArg);
13637 eqp_append(pArg, iEqpId, iParentId, zEQPLine);

Completed in 405 milliseconds