InsertQuery::buildParameters PHP Method

buildParameters() protected method

protected buildParameters ( ) : array
return array
    protected function buildParameters()
    {
        $this->parameters = array_merge($this->filterLiterals($this->statements['VALUES']), $this->filterLiterals($this->statements['ON DUPLICATE KEY UPDATE']));
        return parent::buildParameters();
    }