Ejemplo n.º 1
0
 function CreateCustomInsertCommand($sql)
 {
     if (is_array($sql)) {
         return new MultiStatementInsertCommand($sql, $this->CreateEngCommandImp());
     } else {
         return parent::CreateCustomInsertCommand($sql);
     }
 }