{
    "content": [
        {
            "type": "text",
            "text": "# SQL::Statement::Term (perldoc)\n\n## NAME\n\nSQL::Statement::Term - base class for all terms\n\n## SYNOPSIS\n\n# 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 );\n\n## DESCRIPTION\n\nSQL::Statement::ColumnValue implements a term which will return the specified column of the\nactive row.\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::Term",
        "section": "",
        "mode": "perldoc",
        "summary": "SQL::Statement::Term - base class for all terms",
        "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 );",
        "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::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": []
            }
        }
    }
}