(self, udf, inpRet)
| 131 | raise SqlmapUnsupportedFeatureException(errMsg) |
| 132 | |
| 133 | def udfCreateFromSharedLib(self, udf, inpRet): |
| 134 | errMsg = "udfCreateFromSharedLib() method must be defined within the plugin" |
| 135 | raise SqlmapUnsupportedFeatureException(errMsg) |
| 136 | |
| 137 | def udfInjectCore(self, udfDict): |
| 138 | written = False |
no test coverage detected