(self)
| 356 | self.bof() |
| 357 | |
| 358 | def uncPathRequest(self): |
| 359 | errMsg = "'uncPathRequest' method must be defined " |
| 360 | errMsg += "into the specific DBMS plugin" |
| 361 | raise SqlmapUndefinedMethod(errMsg) |
| 362 | |
| 363 | def _regInit(self): |
| 364 | if not isStackingAvailable() and not conf.direct: |
nothing calls this directly
no test coverage detected