(self)
| 296 | raise SqlmapDataException("unexpected connection type") |
| 297 | |
| 298 | def _selectConnection(self): |
| 299 | return self._skeletonSelection("connection type", self._msfConnectionsList) |
| 300 | |
| 301 | def _prepareIngredients(self, encode=True): |
| 302 | self.connectionStr = self._selectConnection() |
no test coverage detected