{
    "mode": "perldoc",
    "parameter": "Data::Stream::Bulk::DBIC",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Data%3A%3AStream%3A%3ABulk%3A%3ADBIC/json",
    "generated": "2026-06-09T15:07:51Z",
    "synopsis": "Data::Stream::Bulk::DBIC->new(\nresultset => scalar($schema->rs(\"Foo\")->search(...))\n);",
    "sections": {
        "NAME": {
            "content": "Data::Stream::Bulk::DBIC - Iterate DBIC resultsets with Data::Stream::Bulk\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 0.11\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "Data::Stream::Bulk::DBIC->new(\nresultset => scalar($schema->rs(\"Foo\")->search(...))\n);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a wrapper for DBIx::Class::ResultSet that fits the Data::Stream::Bulk api.\n\nDue to the fact that DBIC inflation overhead is fairly negligiable to that of iteration though,\nI haven't actually bothered to make it bulk.\n\nIf DBIx::Class::Cursor will support n-at-a-time fetching as opposed to one-at-a-time or\nall-at-a-time at some point in the future this class will be updated to match.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "getmore\nSee Data::Stream::Bulk::DoneFlag.\n\nReturns a single row. In the future this should return more than one row.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Yuval Kogman <nothingmuch@woobling.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2012 by Yuval Kogman.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "Data::Stream::Bulk::DBIC - Iterate DBIC resultsets with Data::Stream::Bulk",
    "flags": [],
    "examples": [],
    "see_also": []
}