resetCteState method
- @protected
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();
}