|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /usr/lib64/python2.7/site-packages/sqlalchemy/pool/ |
Upload File : |
�
���\c @ s! 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 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 _ConnectionFairy( t _ConnectionRecord( t _finalize_fairy( t _refs( t Pool( t reset_commit( t
reset_none( t reset_rollback( t clear_managers( t manage( t
AssertionPool( t NullPool( t QueuePool( t SingletonThreadPool( t
StaticPoolR R R R R R R
R R R
R N( t __doc__t baseR R R R R R R R t dbapi_proxyR R t implR
R R R
R t __all__( ( ( s>