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

Method select

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

Source from the content-addressed store, hash-verified

69 return retVal
70
71 def select(self, query):
72 retVal = None
73
74 if self.execute(query):
75 retVal = self.fetchall()
76
77 return retVal

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected