(self, conn_id=None, did=None, sid=None, data={}, with_drop=False)
| 22 | |
| 23 | @BaseTableView.check_precondition |
| 24 | def sql(self, conn_id=None, did=None, sid=None, data={}, with_drop=False): |
| 25 | return BaseTableView.get_sql(self, did, None, None, data, None, |
| 26 | add_not_exists_clause=True, |
| 27 | with_drop=with_drop) |
| 28 | |
| 29 | @BaseTableView.check_precondition |
| 30 | def get_types(self, conn_id=None, did=None, sid=None): |