resetCteState method

  1. @protected
void resetCteState()
inherited

Hook for QueryBuilder.resetQuery. Leaves the configuration and escaping strategy alone — those describe the dialect, not the query.

Implementation

@protected
void resetCteState() {
  _ctes.clear();
  _cteNames.clear();
  _cache.clear();
}