summaryrefslogtreecommitdiff
path: root/doc/build/core/interfaces.rst
blob: 7e76127f4de0e098ce6940f2482b4ada80f89f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. _dep_interfaces_core_toplevel:

Deprecated Event Interfaces
============================

.. module:: sqlalchemy.interfaces

This section describes the class-based core event interface introduced in 
SQLAlchemy 0.5.  The ORM analogue is described at :ref:`dep_interfaces_orm_toplevel`.

.. deprecated:: 0.7
    The new event system described in :ref:`event_toplevel` replaces
    the extension/proxy/listener system, providing a consistent interface
    to all events without the need for subclassing.

Execution, Connection and Cursor Events
---------------------------------------

.. autoclass:: ConnectionProxy
   :members:
   :undoc-members:

Connection Pool Events
----------------------

.. autoclass:: PoolListener
   :members:
   :undoc-members: