{
    "content": [
        {
            "type": "text",
            "text": "# SQL::Statement::Function (perldoc)\n\n## NAME\n\nSQL::Statement::Function - abstract base class for all function executing terms\n\n## SYNOPSIS\n\n# this class does not have a common constructor, because all derived classes\n# have their special requirements\n\n## DESCRIPTION\n\nSQL::Statement::Function::StrConcat implements a string concatenation term.\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::Function",
        "section": "",
        "mode": "perldoc",
        "summary": "SQL::Statement::Function - abstract base class for all function executing terms",
        "synopsis": "# this class does not have a common constructor, because all derived classes\n# have their special requirements",
        "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": 2,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR AND COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "SQL::Statement::Function::StrConcat - implements the built-in string concatenation\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# create an substr function term with an SQL::Statement object as owner\n# and \\@params to concatenate\nmy $term = SQL::Statement::StrConcat->new( $owner, \\@params );\n# access the result of that operation\n$term->value( $eval );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "SQL::Statement::Function::StrConcat implements a string concatenation term.\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "SQL::Statement::Function::StrConcat\nISA SQL::Statement::Function\nISA SQL::Statement::Term\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nInstantiates a new \"SQL::Statement::Function::StrConcat\" instance.\n\nvalue\nReturns the concatenated string composed of the parameter values.\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": []
            }
        }
    }
}