Searched refs:getProjectionAllowlist (Results 1 – 3 of 3) sorted by relevance
117 assertThat(copy.getProjectionAllowlist()).isNotSameInstanceAs(qb.getProjectionAllowlist()); in testCopyConstructor()118 assertThat(copy.getProjectionAllowlist()).containsExactlyElementsIn( in testCopyConstructor()119 qb.getProjectionAllowlist()); in testCopyConstructor()
295 public @Nullable Collection<Pattern> getProjectionAllowlist() { in getProjectionAllowlist() method in SQLiteQueryBuilder
3958 if (qb.getProjectionAllowlist() == null) { in prepareSubstitution()3969 qb.getProjectionAllowlist().add(Pattern.compile(escapedColumnCase)); in prepareSubstitution()