{
    "content": [
        {
            "type": "text",
            "text": "# SQL::Statement::Placeholder (perldoc)\n\n## NAME\n\nSQL::Statement::Placeholder - implements getting the next placeholder value\n\n## SYNOPSIS\n\n# create an placeholder term with an SQL::Statement object as owner\n# and the $argnum of the placeholder.\nmy $term = SQL::Statement::Placeholder->new( $owner, $argnum );\n# access the result of that operation\n$term->value( $eval );\n\n## DESCRIPTION\n\nSQL::Statement::Placeholder implements getting the next placeholder value. Accessing a specific\nplaceholder is currently unimplemented and not tested.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **INHERITANCE**\n- **METHODS**\n- **AUTHOR AND COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "SQL::Statement::Placeholder",
        "section": "",
        "mode": "perldoc",
        "summary": "SQL::Statement::Placeholder - implements getting the next placeholder value",
        "synopsis": "# create an placeholder term with an SQL::Statement object as owner\n# and the $argnum of the placeholder.\nmy $term = SQL::Statement::Placeholder->new( $owner, $argnum );\n# access the result of that operation\n$term->value( $eval );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR AND COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "SQL::Statement::Placeholder - implements getting the next placeholder value\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# create an placeholder term with an SQL::Statement object as owner\n# and the $argnum of the placeholder.\nmy $term = SQL::Statement::Placeholder->new( $owner, $argnum );\n# access the result of that operation\n$term->value( $eval );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "SQL::Statement::Placeholder implements getting the next placeholder value. Accessing a specific\nplaceholder is currently unimplemented and not tested.\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "SQL::Statement::Placeholder\nISA SQL::Statement::Term\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nInstantiates a new \"SQL::Statement::Placeholder\" instance.\n\nvalue\nReturns the value of the next placeholder.\n",
                "subsections": []
            },
            "AUTHOR AND COPYRIGHT": {
                "content": "Copyright (c) 2009-2020 by Jens Rehsack: rehsackATcpan.org\n\nAll rights reserved.\n\nYou may distribute this module under the terms of either the GNU General Public License or the\nArtistic License, as specified in the Perl README file.\n",
                "subsections": []
            }
        }
    }
}