MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / executeDDL2

Method executeDDL2

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

Source from the content-addressed store, hash-verified

106 cursor.execute(self.ddl1)
107
108 def executeDDL2(self,cursor):
109 cursor.execute(self.ddl2)
110
111 def setUp(self):
112 ''' 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