File: //opt/alt/python27/lib/python2.7/site-packages/sqlalchemy/pool/__init__.pyc
�
���ec
@ sG d Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m
Z
d d
l m Z d d l m
Z
d d l m Z d d
l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d d d d d d d d d d d d g
Z d S(! s{ Connection pooling for DB-API connections.
Provides a number of connection pool implementations for a variety of
usage scenarios and thread behavior requirements imposed by the
application, DB-API or database itself.
Also provides a DB-API 2.0 connection proxying mechanism allowing
regular DB-API connect() methods to be transparently managed by a
SQLAlchemy connection pool.
i ( t events( t _ConnectionFairy( t _ConnectionRecord( t _finalize_fairy( t Pool( t reset_commit( t
reset_none( t reset_rollback( t clear_managers( t manage( t
AssertionPool( t AsyncAdaptedQueuePool( t FallbackAsyncAdaptedQueuePool( t NullPool( t QueuePool( t SingletonThreadPool( t
StaticPoolR R R R R R R
R
R R R R R N( t __doc__t R t baseR R R R R R R t dbapi_proxyR R t implR
R R R
R R R t __all__( ( ( sI /opt/alt/python27/lib/python2.7/site-packages/sqlalchemy/pool/__init__.pyt <module> s<