Ouzo\Db\Dialect\MySqlDialect::batchInsert PHP 메소드

batchInsert() 공개 메소드

public batchInsert ( $table, $primaryKey, $columns, $batchSize )
    public function batchInsert($table, $primaryKey, $columns, $batchSize)
    {
        throw new InvalidArgumentException("Batch insert not supported in mysql");
    }