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

Method uncPathRequest

plugins/dbms/postgresql/takeover.py:95–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 logger.debug("keeping existing UDF '%s' as requested" % udf)
94
95 def uncPathRequest(self):
96 self.createSupportTbl(self.fileTblName, self.tblField, "text")
97 inject.goStacked("COPY %s(%s) FROM '%s'" % (self.fileTblName, self.tblField, self.uncPath), silent=True)
98 self.cleanup(onlyFileTbl=True)
99
100 def copyExecCmd(self, cmd):
101 output = None

Callers

nothing calls this directly

Calls 2

createSupportTblMethod · 0.80
cleanupMethod · 0.80

Tested by

no test coverage detected