(self, cursor)
| 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) |