Searched refs:unwrappedSql (Results 1 – 1 of 1) sorted by relevance
549 final String unwrappedSql = buildQuery( in query() local573 db.validateSql(unwrappedSql, cancellationSignal); // will throw if query is invalid in query()581 sql = unwrappedSql; in query()653 final String unwrappedSql = buildUpdate(values, selection); in update() local675 db.validateSql(unwrappedSql, null); // will throw if query is invalid in update()682 sql = unwrappedSql; in update()728 final String unwrappedSql = buildDelete(selection); in delete() local747 db.validateSql(unwrappedSql, null); // will throw if query is invalid in delete()754 sql = unwrappedSql; in delete()