Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlmapproject/sqlmap
/ select
Method
select
plugins/dbms/sybase/connector.py:70–81 ·
view source on GitHub ↗
(self, query)
Source
from the content-addressed store, hash-verified
68
return
retVal
69
70
def
select(self, query):
71
retVal = None
72
73
if
self.execute(query):
74
retVal = self.fetchall()
75
76
try
:
77
self.connector.commit()
78
except
pymssql.OperationalError:
79
pass
80
81
return
retVal
Callers
nothing calls this directly
Calls
3
execute
Method · 0.95
fetchall
Method · 0.95
commit
Method · 0.80
Tested by
no test coverage detected