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

Method select

lib/utils/sqlalchemy.py:133–139  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

131 return retVal
132
133 def select(self, query):
134 retVal = None
135
136 if self.execute(query):
137 retVal = self.fetchall()
138
139 return retVal

Callers 2

mainFunction · 0.45
_controlMsfCmdMethod · 0.45

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected