Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17765 char *zFinal = 0; in recoverInsertStmt() local
17809 zFinal = recoverMPrintf(p, "SELECT %Q || ') VALUES (' || %s || ')'", in recoverInsertStmt()
17813 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
17816 pRet = recoverPrepare(p, p->dbOut, zFinal); in recoverInsertStmt()
17819 sqlite3_free(zFinal); in recoverInsertStmt()