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

Method select

plugins/dbms/presto/connector.py:64–70  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

62 return retVal
63
64 def select(self, query):
65 retVal = None
66
67 if self.execute(query):
68 retVal = self.fetchall()
69
70 return retVal

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected