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

Method getCurrentDb

plugins/dbms/sqlite/enumeration.py:17–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 logger.warning(warnMsg)
16
17 def getCurrentDb(self):
18 warnMsg = "on SQLite it is not possible to get name of the current database"
19 logger.warning(warnMsg)
20
21 def isDba(self, user=None):
22 warnMsg = "on SQLite the current user has all privileges"

Callers 2

getTablesMethod · 0.95
getColumnsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected