(self)
| 127 | raise SqlmapUnsupportedFeatureException(errMsg) |
| 128 | |
| 129 | def udfSetLocalPaths(self): |
| 130 | errMsg = "udfSetLocalPaths() method must be defined within the plugin" |
| 131 | raise SqlmapUnsupportedFeatureException(errMsg) |
| 132 | |
| 133 | def udfCreateFromSharedLib(self, udf, inpRet): |
| 134 | errMsg = "udfCreateFromSharedLib() method must be defined within the plugin" |
no test coverage detected