{
    "mode": "perldoc",
    "parameter": "SQL::Statement::Operation",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/SQL%3A%3AStatement%3A%3AOperation/json",
    "generated": "2026-06-14T07:47:44Z",
    "synopsis": "# create an operation with an SQL::Statement object as owner, specifying\n# the operation name (for error purposes), the left and the right\n# operand\nmy $term = SQL::Statement::Operation->new( $owner, $op, $left, $right );\n# access the result of that operation\n$term->value( $eval );",
    "sections": {
        "NAME": {
            "content": "SQL::Statement::Operation::RLike - implements the rlike operation\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "# create an C<rlike> operation with an SQL::Statement object as owner,\n# specifying the operation name, the left and the right operand\nmy $term = SQL::Statement::RLike->new( $owner, $op, $left, $right );\n# access the result of that operation\n$term->value( $eval );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "SQL::Statement::Operation::RLike is used to the comparisons for the \"RLIKE\" operation.\n",
            "subsections": []
        },
        "INHERITANCE": {
            "content": "SQL::Statement::Operation::RLike\nISA SQL::Statement::Operation::Regexp\nISA SQL::Statement::Operation\nISA SQL::Statement::Term\n",
            "subsections": []
        },
        "METHODS": {
            "content": "regexp\nReturns \"qr/$right$/s\"\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::Operation - base class for all operation terms",
    "flags": [],
    "examples": [],
    "see_also": []
}