PageRenderTime 36ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/SQLAlchemy-0.7.8/doc/_sources/core/interfaces.txt

#
Plain Text | 30 lines | 20 code | 10 blank | 0 comment | 0 complexity | 3bbef142e2b75b61d3a3ec2ee8374e9e MD5 | raw file
  1. .. _dep_interfaces_core_toplevel:
  2. Deprecated Event Interfaces
  3. ============================
  4. .. module:: sqlalchemy.interfaces
  5. This section describes the class-based core event interface introduced in
  6. SQLAlchemy 0.5. The ORM analogue is described at :ref:`dep_interfaces_orm_toplevel`.
  7. .. deprecated:: 0.7
  8. The new event system described in :ref:`event_toplevel` replaces
  9. the extension/proxy/listener system, providing a consistent interface
  10. to all events without the need for subclassing.
  11. Execution, Connection and Cursor Events
  12. ---------------------------------------
  13. .. autoclass:: ConnectionProxy
  14. :members:
  15. :undoc-members:
  16. Connection Pool Events
  17. ----------------------
  18. .. autoclass:: PoolListener
  19. :members:
  20. :undoc-members: