Lines Matching full:_database
95 self._database.execute(sql)
105 self._database = (
108 self._database.connect(db_type='django')
109 self._database.debug = _DEBUG
112 self.god.stub_with(connection_manager, 'db_connection', self._database)
114 self.god.stub_with(monitor_db, '_db', self._database)
119 self.god.stub_with(scheduler_models, '_db', self._database)
141 self._database.disconnect()