{
    "mode": "perldoc",
    "parameter": "SQL::Statement::Placeholder",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/SQL%3A%3AStatement%3A%3APlaceholder/json",
    "generated": "2026-06-13T01:53:28Z",
    "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 );",
    "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": []
        }
    },
    "summary": "SQL::Statement::Placeholder - implements getting the next placeholder value",
    "flags": [],
    "examples": [],
    "see_also": []
}