{
    "mode": "perldoc",
    "parameter": "SQL::Statement::Function",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/SQL%3A%3AStatement%3A%3AFunction/json",
    "generated": "2026-06-14T00:49:34Z",
    "synopsis": "# this class does not have a common constructor, because all derived classes\n# have their special requirements",
    "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": []
        }
    },
    "summary": "SQL::Statement::Function - abstract base class for all function executing terms",
    "flags": [],
    "examples": [],
    "see_also": []
}