Searched refs:wrappedSql (Results 1 – 1 of 1) sorted by relevance
588 final String wrappedSql = buildQuery(projectionIn, wrap(selection), groupBy, in query() local590 sql = wrappedSql; in query()692 final String wrappedSql = buildUpdate(values, wrap(selection)); in update() local693 sql = wrappedSql; in update()764 final String wrappedSql = buildDelete(wrap(selection)); in delete() local765 sql = wrappedSql; in delete()