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