Public Member Functions | |
| None | __init__ (self, int minconn, int maxconn, str uri) |
| typing.Generator[psycopg2.extensions.connection, None, None] | get_connection (self) |
| None | close (self) |
Protected Attributes | |
| _pool = psycopg2.pool.ThreadedConnectionPool(minconn, maxconn, uri) | |
| None testsuite.databases.pgsql.pool.AutocommitConnectionPool.__init__ | ( | self, | |
| int | minconn, | ||
| int | maxconn, | ||
| str | uri ) |
| None testsuite.databases.pgsql.pool.AutocommitConnectionPool.close | ( | self | ) |
| typing.Generator[psycopg2.extensions.connection, None, None] testsuite.databases.pgsql.pool.AutocommitConnectionPool.get_connection | ( | self | ) |
|
protected |