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

Method escaper

plugins/dbms/hsqldb/syntax.py:19–20  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17 """
18
19 def escaper(value):
20 return "||".join("CHAR(%d)" % _ for _ in getOrds(value))
21
22 return Syntax._escape(expression, quote, escaper)

Callers

nothing calls this directly

Calls 1

getOrdsFunction · 0.90

Tested by

no test coverage detected