Home
last modified time | relevance | path

Searched refs:QRF_STYLE_StatsVm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2177 QRF_STYLE_Stats, QRF_STYLE_StatsEst, QRF_STYLE_StatsVm, in dbQrf()
/freebsd/contrib/sqlite3/
H A Dshell.c775 #define QRF_STYLE_StatsVm 18 /* EXPLAIN-like output with performance stats */ macro
3263 if( p->spec.eStyle==QRF_STYLE_StatsVm ){ in qrfExplain()
3865 case QRF_STYLE_StatsVm: { in sqlite3_format_query_result()
26658 default: spec.eStyle = QRF_STYLE_StatsVm; break; in shell_exec()