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

Method connect

plugins/generic/connector.py:64–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 raise SqlmapFilePathException(errMsg)
63
64 def connect(self):
65 errMsg = "'connect' method must be defined "
66 errMsg += "inside the specific DBMS plugin"
67 raise SqlmapUndefinedMethod(errMsg)
68
69 def fetchall(self):
70 errMsg = "'fetchall' method must be defined "

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected