Searched refs:escapedColumnCase (Results 1 – 1 of 1) sorted by relevance
3968 final String escapedColumnCase = Pattern.quote(newProjection[i]); in prepareSubstitution() local3969 qb.getProjectionAllowlist().add(Pattern.compile(escapedColumnCase)); in prepareSubstitution()