Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c15376 char *zWhere = 0; in intckSaveKey() local
15380 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey()
15383 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey()
15398 zWhere = intckMprintf(p, in intckSaveKey()
15400 zLhs, zRhs, zWhere); in intckSaveKey()
15402 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey()
15407 zWhere in intckSaveKey()
26739 const char *zWhere, in tryToCloneSchema() argument
26750 " WHERE %s ORDER BY rowid ASC", zWhere); in tryToCloneSchema()
26781 " WHERE %s ORDER BY rowid DESC", zWhere); in tryToCloneSchema()
[all …]
H A Dsqlite3.c86457 SQLITE_PRIVATE void sqlite3VdbeAddParseSchemaOp(Vdbe *p, int iDb, char *zWhere, u16 p5){
86459 sqlite3VdbeAddOp4(p, OP_ParseSchema, iDb, 0, 0, zWhere, P4_DYNAMIC);
120270 const char *zWhere, /* Delete entries for this table or index */
120328 if( zWhere ){
120331 pDb->zDbSName, zTab, zWhereType, zWhere
158018 char *zWhere;
158055 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt);
158056 sqlite3VdbeAddParseSchemaOp(v, iDb, zWhere, 0);
222993 char *zWhere = 0; /* String to return via *pzWhere */
223050 zWhere = sqlite3_mprintf(
[all …]