buildParameters() protected method

protected buildParameters ( ) : array
return array
Beispiel #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();
 }