{
    "content": [
        {
            "type": "text",
            "text": "# Data::Stream::Bulk::DBIC (perldoc)\n\n## NAME\n\nData::Stream::Bulk::DBIC - Iterate DBIC resultsets with Data::Stream::Bulk\n\n## SYNOPSIS\n\nData::Stream::Bulk::DBIC->new(\nresultset => scalar($schema->rs(\"Foo\")->search(...))\n);\n\n## DESCRIPTION\n\nThis is a wrapper for DBIx::Class::ResultSet that fits the Data::Stream::Bulk api.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Data::Stream::Bulk::DBIC",
        "section": "",
        "mode": "perldoc",
        "summary": "Data::Stream::Bulk::DBIC - Iterate DBIC resultsets with Data::Stream::Bulk",
        "synopsis": "Data::Stream::Bulk::DBIC->new(\nresultset => scalar($schema->rs(\"Foo\")->search(...))\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}