buildParameters() protected method

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