Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c31566 sqlite3_stmt *pCheckStmt; in do_meta_command() local
31567 lrc = sqlite3_prepare_v2(p->db, zGenQuery, -1, &pCheckStmt, 0); in do_meta_command()
31572 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()
31573 double countIrreversible = sqlite3_column_double(pCheckStmt, 0); in do_meta_command()
31581 sqlite3_finalize(pCheckStmt); in do_meta_command()