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

Method fetchall

plugins/dbms/cache/connector.py:55–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self.printConnected()
54
55 def fetchall(self):
56 try:
57 return self.cursor.fetchall()
58 except Exception as ex:
59 logger.log(logging.WARN if conf.dbmsHandler else logging.DEBUG, "(remote) '%s'" % getSafeExString(ex))
60 return None
61
62 def execute(self, query):
63 retVal = False

Callers 1

selectMethod · 0.95

Calls 1

getSafeExStringFunction · 0.90

Tested by

no test coverage detected