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

Method executeDDL1

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

Source from the content-addressed store, hash-verified

104 # Some drivers may need to override these helpers, for example adding
105 # a 'commit' after the execute.
106 def executeDDL1(self, cursor):
107 cursor.execute(self.ddl1)
108
109 def executeDDL2(self, cursor):
110 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