Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c16502 char *zFinal = 0; in recoverInsertStmt() local
16546 zFinal = recoverMPrintf(p, "SELECT %Q || ') VALUES (' || %s || ')'", in recoverInsertStmt()
16550 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
16553 pRet = recoverPrepare(p, p->dbOut, zFinal); in recoverInsertStmt()
16556 sqlite3_free(zFinal); in recoverInsertStmt()