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

Method fetchall

plugins/dbms/sqlite/connector.py:69–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.printConnected()
68
69 def fetchall(self):
70 try:
71 return self.cursor.fetchall()
72 except self.__sqlite.OperationalError as ex:
73 logger.log(logging.WARN if conf.dbmsHandler else logging.DEBUG, "(remote) '%s'" % getSafeExString(ex))
74 return None
75
76 def execute(self, query):
77 try:

Callers 1

selectMethod · 0.95

Calls 1

getSafeExStringFunction · 0.90

Tested by

no test coverage detected