Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ executeDDL2
Method
executeDDL2
tests/dbapi20.py:119–120 ·
view source on GitHub ↗
(self,cursor)
Source
from the content-addressed store, hash-verified
117
cursor.execute(self.ddl1)
118
119
def
executeDDL2(self,cursor):
120
cursor.execute(self.ddl2)
121
122
def
setUp(self):
123
''
&
#x27; self.drivers should override this method to perform required setup
Callers
4
test_description
Method · 0.95
test_rowcount
Method · 0.95
test_fetchmany
Method · 0.95
test_fetchall
Method · 0.95
Calls
1
execute
Method · 0.45
Tested by
4
test_description
Method · 0.76
test_rowcount
Method · 0.76
test_fetchmany
Method · 0.76
test_fetchall
Method · 0.76