MCPcopy
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 ''' self.drivers should override this method to perform required setup

Callers 4

test_descriptionMethod · 0.95
test_rowcountMethod · 0.95
test_fetchmanyMethod · 0.95
test_fetchallMethod · 0.95

Calls 1

executeMethod · 0.45

Tested by 4

test_descriptionMethod · 0.76
test_rowcountMethod · 0.76
test_fetchmanyMethod · 0.76
test_fetchallMethod · 0.76