(self, name)
| 208 | cursor.execute(sql, params) |
| 209 | |
| 210 | def quote_name(self, name): |
| 211 | return self.connection.ops.quote_name(name) |
| 212 | |
| 213 | def table_sql(self, model): |
| 214 | """Take a model and return its table definition.""" |
no outgoing calls
no test coverage detected