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

Method executeDDL1

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

Source from the content-addressed store, hash-verified

103 # Some drivers may need to override these helpers, for example adding
104 # a 'commit' after the execute.
105 def executeDDL1(self,cursor):
106 cursor.execute(self.ddl1)
107
108 def executeDDL2(self,cursor):
109 cursor.execute(self.ddl2)

Callers 15

test_cursor_isolationMethod · 0.95
test_descriptionMethod · 0.95
test_rowcountMethod · 0.95
_paraminsertMethod · 0.95
test_executemanyMethod · 0.95
test_fetchoneMethod · 0.95
test_fetchmanyMethod · 0.95
test_fetchallMethod · 0.95
test_mixedfetchMethod · 0.95
test_nextsetMethod · 0.95
test_NoneMethod · 0.95
test_fetchallMethod · 0.80

Calls 1

executeMethod · 0.80

Tested by 14

test_cursor_isolationMethod · 0.76
test_descriptionMethod · 0.76
test_rowcountMethod · 0.76
test_executemanyMethod · 0.76
test_fetchoneMethod · 0.76
test_fetchmanyMethod · 0.76
test_fetchallMethod · 0.76
test_mixedfetchMethod · 0.76
test_nextsetMethod · 0.76
test_NoneMethod · 0.76
test_fetchallMethod · 0.64
test_fetchoneMethod · 0.64