Searched refs:mExplainQueryPlanRegexp (Results 1 – 1 of 1) sorted by relevance
52 private final String mExplainQueryPlanRegexp; field in DatabaseWrapper84 mExplainQueryPlanRegexp = Factory.get().getBugleGservices().getString( in DatabaseWrapper()217 if (!Pattern.matches(mExplainQueryPlanRegexp, sql)) { in explainQueryPlan()247 if (mExplainQueryPlanRegexp != null) { in query()281 if (mExplainQueryPlanRegexp != null) { in query()320 if (mExplainQueryPlanRegexp != null) { in rawQuery()