Example #1
0
 function CreateCustomUpdateCommand($sql)
 {
     if (is_array($sql)) {
         return new MultiStatementUpdateCommand($sql, $this->CreateEngCommandImp());
     } else {
         return parent::CreateCustomUpdateCommand($sql);
     }
 }