Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > site-packages > sqlalchemy > dialects > sybase >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 1363 bytes | April 17 2025 13:10:58. | |
base.py | File | 31789 bytes | April 17 2025 13:10:58. | |
mxodbc.py | File | 902 bytes | April 17 2025 13:10:58. | |
pyodbc.py | File | 2120 bytes | April 17 2025 13:10:58. | |
pysybase.py | File | 3313 bytes | April 17 2025 13:10:58. |
# sybase/mxodbc.py # Copyright (C) 2005-2021 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """ .. dialect:: sybase+mxodbc :name: mxODBC :dbapi: mxodbc :connectstring: sybase+mxodbc://<username>:<password>@<dsnname> :url: http://www.egenix.com/ .. note:: This dialect is a stub only and is likely non functional at this time. """ from sqlalchemy.connectors.mxodbc import MxODBCConnector from sqlalchemy.dialects.sybase.base import SybaseDialect from sqlalchemy.dialects.sybase.base import SybaseExecutionContext class SybaseExecutionContext_mxodbc(SybaseExecutionContext): pass class SybaseDialect_mxodbc(MxODBCConnector, SybaseDialect): execution_ctx_cls = SybaseExecutionContext_mxodbc dialect = SybaseDialect_mxodbc
SILENT KILLER Tool