Returns true if the query may perform updates; false otherwise.
(self)
| 291 | return self.__exc(chr(7), self.__id) |
| 292 | |
| 293 | def updating(self): |
| 294 | """Returns true if the query may perform updates; false otherwise.""" |
| 295 | return self.__exc(chr(30), self.__id) |
| 296 | |
| 297 | def full(self): |
| 298 | """Returns all resulting items as strings, prefixed by XDM Meta Data.""" |