Searched refs:wrappedSql (Results 1 – 1 of 1) sorted by relevance
576 final String wrappedSql = buildQuery(projectionIn, wrap(selection), groupBy, in query() local578 sql = wrappedSql; in query()678 final String wrappedSql = buildUpdate(values, wrap(selection)); in update() local679 sql = wrappedSql; in update()750 final String wrappedSql = buildDelete(wrap(selection)); in delete() local751 sql = wrappedSql; in delete()