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

Method escaper

plugins/dbms/oracle/syntax.py:21–22  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19 """
20
21 def escaper(value):
22 return "||".join("%s(%d)" % ("CHR" if _ < 128 else "NCHR", _) for _ in getOrds(value))
23
24 return Syntax._escape(expression, quote, escaper)

Callers

nothing calls this directly

Calls 1

getOrdsFunction · 0.90

Tested by

no test coverage detected