{
    "mode": "perldoc",
    "parameter": "SQL::Statement::Term",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/SQL%3A%3AStatement%3A%3ATerm/json",
    "generated": "2026-06-12T21:11:21Z",
    "synopsis": "# create a term with an SQL::Statement object as owner\nmy $term = SQL::Statement::Term->new( $owner );\n# access the value of that term\n$term->value( $eval );",
    "sections": {
        "NAME": {
            "content": "SQL::Statement::ColumnValue - term for column values\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "# create a term with an SQL::Statement object as owner\nmy $term = SQL::Statement::ColumnValue->new( $owner, 'id' );\n# access the value of that term - returns the value of the column 'id'\n# of the currently active row in $eval\n$term->value( $eval );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "SQL::Statement::ColumnValue implements a term which will return the specified column of the\nactive row.\n",
            "subsections": []
        },
        "INHERITANCE": {
            "content": "SQL::Statement::ColumnValue\nISA SQL::Statement::Term\n",
            "subsections": []
        },
        "METHODS": {
            "content": "new\nInstantiates new term and stores the column name to deliver and a weak reference to the owner.\n\nvalue\nReturns the specified column value.\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::Term - base class for all terms",
    "flags": [],
    "examples": [],
    "see_also": []
}