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

Method select

plugins/dbms/cache/connector.py:75–77  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

73 return retVal
74
75 def select(self, query):
76 self.execute(query)
77 return self.fetchall()

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected