Searched refs:wrappedSql (Results 1 – 1 of 1) sorted by relevance
585 final String wrappedSql = buildQuery(projectionIn, wrap(selection), groupBy, in query() local587 sql = wrappedSql; in query()687 final String wrappedSql = buildUpdate(values, wrap(selection)); in update() local688 sql = wrappedSql; in update()759 final String wrappedSql = buildDelete(wrap(selection)); in delete() local760 sql = wrappedSql; in delete()