MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / select

Method select

plugins/dbms/cubrid/connector.py:57–59  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

55 self.connector.commit()
56
57 def select(self, query):
58 self.execute(query)
59 return self.fetchall()

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
fetchallMethod · 0.95

Tested by

no test coverage detected