|
| __init__ (self, sqlalchemy.engine.Connection connection) |
|
Any | connect (self, **Any kwargs) |
|
Callable | execute (self) |
|
Callable | execution_options (self) |
|
Any | connection (self) |
|
sqlalchemy.engine.Connection | __enter__ (self) |
|
None | __exit__ (self, Any type_, Any value, Any traceback) |
|
Terrible hack to workaround Pandas 1 incomplete support for
sqlalchemy 2.
We need to pass a Connection instance to pandas method, but in SA 2 the
Connection class lost ``connect`` method which is used by Pandas.
The documentation for this class was generated from the following file:
- python/lsst/dax/apdb/apdbSql.py