Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ executeUpdate
Method
executeUpdate
recipes/Python/106131_DBAttrib/recipe-106131.py:10–11 ·
view source on GitHub ↗
(self,sql,*parms)
Source
from the content-addressed store, hash-verified
8
self._cur = self._DB.cursor()
9
10
def
executeUpdate(self,sql,*parms):
11
self._cur.execute(sql,*parms)
12
13
def
executeQuery(self,sql,*parms,**kws):
14
strip = 0
Callers
1
execute
Method · 0.95
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected