MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / executeDDL2

Method executeDDL2

tests/dbapi20.py:109–110  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

107 cursor.execute(self.ddl1)
108
109 def executeDDL2(self, cursor):
110 cursor.execute(self.ddl2)
111
112 def setUp(self):
113 """self.drivers should override this method to perform required setup

Callers 6

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

Calls 1

executeMethod · 0.80

Tested by 6

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