MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / fetchall

Method fetchall

plugins/dbms/presto/connector.py:42–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.printConnected()
41
42 def fetchall(self):
43 try:
44 return self.cursor.fetchall()
45 except prestodb.exceptions.ProgrammingError as ex:
46 logger.log(logging.WARN if conf.dbmsHandler else logging.DEBUG, "(remote) %s" % getSafeExString(ex))
47 return None
48
49 def execute(self, query):
50 retVal = False

Callers 1

selectMethod · 0.95

Calls 1

getSafeExStringFunction · 0.90

Tested by

no test coverage detected