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