twisted.test.test_adbapi.FirebirdConnector(DBTestConnector) class documentationtwisted.test.test_adbapi
(View In Hierarchy)
| Method | can_connect | Return true if this database is present on the system and can be used in a test. | 
| Method | startDB | Take any steps needed to bring database up. | 
| Method | getPoolArgs | Return a tuple (args, kw) of list and keyword arguments that need to be passed to ConnectionPool to create a connection to this database. | 
| Method | stopDB | Bring database down, if needed. | 
Inherited from DBTestConnector:
| Method | setUp | Undocumented | 
| Method | makePool | Create a connection pool with additional keyword arguments. | 
Return true if this database is present on the system and can be used in a test.
Return a tuple (args, kw) of list and keyword arguments that need to be passed to ConnectionPool to create a connection to this database.