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

Method select

plugins/dbms/sqlite/connector.py:86–88  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

84 self.connector.commit()
85
86 def select(self, query):
87 self.execute(query)
88 return self.fetchall()

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected