Searched refs:unwrappedSql (Results 1 – 1 of 1) sorted by relevance
561 final String unwrappedSql = buildQuery( in query() local585 db.validateSql(unwrappedSql, cancellationSignal); // will throw if query is invalid in query()593 sql = unwrappedSql; in query()667 final String unwrappedSql = buildUpdate(values, selection); in update() local689 db.validateSql(unwrappedSql, null); // will throw if query is invalid in update()696 sql = unwrappedSql; in update()742 final String unwrappedSql = buildDelete(selection); in delete() local761 db.validateSql(unwrappedSql, null); // will throw if query is invalid in delete()768 sql = unwrappedSql; in delete()