MCPcopy
hub / github.com/psycopg/psycopg / executeDDL1

Method executeDDL1

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

Source from the content-addressed store, hash-verified

114 # Some drivers may need to override these helpers, for example adding
115 # a 'commit' after the execute.
116 def executeDDL1(self,cursor):
117 cursor.execute(self.ddl1)
118
119 def executeDDL2(self,cursor):
120 cursor.execute(self.ddl2)

Callers 11

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

Calls 1

executeMethod · 0.45

Tested by 10

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