(self)
| 1296 | return xml(self) |
| 1297 | |
| 1298 | def __repr__(self): |
| 1299 | return "Query(sql=%s)" % repr(self.SQL()) |
| 1300 | |
| 1301 | #### VIEW ########################################################################################## |
| 1302 | # A representation of data based on a table in the database. |