Ouzo\Db\Dialect\Sqlite3Dialect::batchInsert PHP Метод

batchInsert() публичный Метод

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