MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / escape

Method escape

plugins/generic/syntax.py:47–50  ·  view source on GitHub ↗
(expression, quote=True)

Source from the content-addressed store, hash-verified

45
46 @staticmethod
47 def escape(expression, quote=True):
48 errMsg = "'escape' method must be defined "
49 errMsg += "inside the specific DBMS plugin"
50 raise SqlmapUndefinedMethod(errMsg)

Callers 1

dumpTableMethod · 0.45

Calls 1

Tested by

no test coverage detected