Home | Trees | Indices | Help |
---|
|
object --+ | _Statement_Cleaner
Statement cleaning object.
This object is responsible for freeing unused Statement objects.
References to the statement objects are kept in this external object because we cannot keep it in the Connection object. Because the Connection and Statement object are involved in a cycle, they need a neutral third-party to hold references to the statement objects and free them appropriately.
|
|||
|
__init__(...) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__new__(T,
S,
...) Returns a new object with type S, a subtype of T... |
||
Inherited from |
|
|||
|
__pyx_vtable__ = <PyCObject object at 0x852e068>
|
|
|||
|
_statement_list List of MYSQL_STMT structures (wrapped in PyCObject objects). |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
__pyx_vtable__
|
|
_statement_listList of MYSQL_STMT structures (wrapped in PyCObject objects). |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:28 2006 | http://epydoc.sourceforge.net |