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

Method select

plugins/dbms/postgresql/connector.py:67–73  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

65 return retVal
66
67 def select(self, query):
68 retVal = None
69
70 if self.execute(query):
71 retVal = self.fetchall()
72
73 return retVal

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected