{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Sybase (perldoc)\n\n## NAME\n\nApache::Session::Sybase - An implementation of Apache::Session\n\n## SYNOPSIS\n\nuse Apache::Session::Sybase;\n# if you want Apache::Session to open new DB handles:\ntie %hash, 'Apache::Session::Sybase', $id, {\nDataSource => 'dbi:Sybase:database=sessions;server=SYBASE',\nUserName   => $dbuser,\nPassword   => $dbpass,\nCommit     => 1,\n};\n# or, if your handle is already opened:\ntie %hash, 'Apache::Session::Sybase', $id, {\nHandle     => $dbh,\nCommit     => 0,\n};\n\n## DESCRIPTION\n\nThis module is an implementation of Apache::Session. It uses the Sybase backing store and the\nNull locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase\n(also for the parameters that get passed to the backing store along with the schema necessary to\nsave the sessions) and Apache::Session::Lock::Null for more details.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Apache::Session::Sybase",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Sybase - An implementation of Apache::Session",
        "synopsis": "use Apache::Session::Sybase;\n# if you want Apache::Session to open new DB handles:\ntie %hash, 'Apache::Session::Sybase', $id, {\nDataSource => 'dbi:Sybase:database=sessions;server=SYBASE',\nUserName   => $dbuser,\nPassword   => $dbpass,\nCommit     => 1,\n};\n# or, if your handle is already opened:\ntie %hash, 'Apache::Session::Sybase', $id, {\nHandle     => $dbh,\nCommit     => 0,\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::Sybase - An implementation of Apache::Session\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::Sybase;\n\n# if you want Apache::Session to open new DB handles:\n\ntie %hash, 'Apache::Session::Sybase', $id, {\nDataSource => 'dbi:Sybase:database=sessions;server=SYBASE',\nUserName   => $dbuser,\nPassword   => $dbpass,\nCommit     => 1,\n};\n\n# or, if your handle is already opened:\n\ntie %hash, 'Apache::Session::Sybase', $id, {\nHandle     => $dbh,\nCommit     => 0,\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is an implementation of Apache::Session. It uses the Sybase backing store and the\nNull locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase\n(also for the parameters that get passed to the backing store along with the schema necessary to\nsave the sessions) and Apache::Session::Lock::Null for more details.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "This module was based on Apache::Session::MySQL which was written by Jeffrey William Baker\n<jwbaker@acm.org>; it was modified by Chris Winters <chris@cwinters.com>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Apache::Session\n",
                "subsections": []
            }
        }
    }
}