REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.46 KB
Close
//opt/hc_python/lib64/python3.12/site-packages/sqlalchemy/dialects/oracle/__init__.py
Text
Base64
# dialects/oracle/__init__.py # Copyright (C) 2005-2025 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: https://www.opensource.org/licenses/mit-license.php # mypy: ignore-errors from types import ModuleType from . import base # noqa from . import cx_oracle # noqa from . import oracledb # noqa from .base import BFILE from .base import BINARY_DOUBLE from .base import BINARY_FLOAT from .base import BLOB from .base import CHAR from .base import CLOB from .base import DATE from .base import DOUBLE_PRECISION from .base import FLOAT from .base import INTERVAL from .base import LONG from .base import NCHAR from .base import NCLOB from .base import NUMBER from .base import NVARCHAR from .base import NVARCHAR2 from .base import RAW from .base import REAL from .base import ROWID from .base import TIMESTAMP from .base import VARCHAR from .base import VARCHAR2 # Alias oracledb also as oracledb_async oracledb_async = type( "oracledb_async", (ModuleType,), {"dialect": oracledb.dialect_async} ) base.dialect = dialect = cx_oracle.dialect __all__ = ( "VARCHAR", "NVARCHAR", "CHAR", "NCHAR", "DATE", "NUMBER", "BLOB", "BFILE", "CLOB", "NCLOB", "TIMESTAMP", "RAW", "FLOAT", "DOUBLE_PRECISION", "BINARY_DOUBLE", "BINARY_FLOAT", "LONG", "dialect", "INTERVAL", "VARCHAR2", "NVARCHAR2", "ROWID", "REAL", )
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
base.py
125.46 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cx_oracle.py
55.29 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dictionary.py
19.06 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
oracledb.py
32.98 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
provision.py
8.12 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
types.py
8.85 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
1.46 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).