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

Method getCurrentDb

plugins/dbms/mckoi/enumeration.py:22–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 logger.warning(warnMsg)
21
22 def getCurrentDb(self):
23 warnMsg = "on Mckoi it is not possible to get name of the current database"
24 logger.warning(warnMsg)
25
26 def isDba(self, user=None):
27 warnMsg = "on Mckoi it is not possible to test if current user is DBA"

Callers 5

getTablesMethod · 0.95
searchTableMethod · 0.95
searchColumnMethod · 0.95
getTablesMethod · 0.95
getColumnsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected