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

Method select

plugins/generic/connector.py:79–82  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

77 raise SqlmapUndefinedMethod(errMsg)
78
79 def select(self, query):
80 errMsg = "'select' method must be defined "
81 errMsg += "inside the specific DBMS plugin"
82 raise SqlmapUndefinedMethod(errMsg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected