{
    "content": [
        {
            "type": "text",
            "text": "# Class::DBI::SQL::Transformer (perldoc)\n\n## NAME\n\nClass::DBI::SQL::Transformer - Transform SQL\n\n## SYNOPSIS\n\nmy $trans = $tclass->new($self, $sql, @args);\nreturn $self->SUPER::transformsql($trans->sql => $trans->args);\n\n## DESCRIPTION\n\nClass::DBI hooks into the transformsql() method in Ima::DBI to provide its own SQL extensions.\nClass::DBI::SQL::Transformer does the heavy lifting of these transformations.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONSTRUCTOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Class::DBI::SQL::Transformer",
        "section": "",
        "mode": "perldoc",
        "summary": "Class::DBI::SQL::Transformer - Transform SQL",
        "synopsis": "my $trans = $tclass->new($self, $sql, @args);\nreturn $self->SUPER::transformsql($trans->sql => $trans->args);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "CONSTRUCTOR",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Class::DBI::SQL::Transformer - Transform SQL\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $trans = $tclass->new($self, $sql, @args);\nreturn $self->SUPER::transformsql($trans->sql => $trans->args);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Class::DBI hooks into the transformsql() method in Ima::DBI to provide its own SQL extensions.\nClass::DBI::SQL::Transformer does the heavy lifting of these transformations.\n",
                "subsections": []
            },
            "CONSTRUCTOR": {
                "content": "new\nmy $trans = $tclass->new($self, $sql, @args);\n\nCreate a new transformer for the SQL and arguments that will be used with the given object (or\nclass).\n\nsql / args\nmy $sql = $trans->sql;\nmy @args = $trans->args;\n\nThe transformed SQL and args.\n",
                "subsections": []
            }
        }
    }
}