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

Method sqlQuery

lib/core/dump.py:718–719  ·  view source on GitHub ↗
(self, query, queryRes)

Source from the content-addressed store, hash-verified

716 self.dbTableColumns(found)
717
718 def sqlQuery(self, query, queryRes):
719 self.string(query, queryRes, content_type=CONTENT_TYPE.SQL_QUERY)
720
721 def rFile(self, fileData):
722 self.lister("files saved to", fileData, sort=False, content_type=CONTENT_TYPE.FILE_READ)

Callers 1

actionFunction · 0.45

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected