protected function cleanInternalState() {
        $this->stateChanged = FALSE;
        $this->formattedColumnNames = NULL;

        if (isset($this->parent)) {
            $this->parent->cleanInternalState();
        }
    }