server/querier.py
branchstable
changeset 9701 46c8d8701240
parent 9286 02a491f6fa92
child 9770 112c884b2d8d
child 9928 0d831b40fa48
equal deleted inserted replaced
9700:da7d341cca76 9701:46c8d8701240
   552 
   552 
   553     def execute(self, session, rql, args=None, build_descr=True):
   553     def execute(self, session, rql, args=None, build_descr=True):
   554         """execute a rql query, return resulting rows and their description in
   554         """execute a rql query, return resulting rows and their description in
   555         a `ResultSet` object
   555         a `ResultSet` object
   556 
   556 
   557         * `rql` should be an Unicode string or a plain ASCII string
   557         * `rql` should be a Unicode string or a plain ASCII string
   558         * `args` the optional parameters dictionary associated to the query
   558         * `args` the optional parameters dictionary associated to the query
   559         * `build_descr` is a boolean flag indicating if the description should
   559         * `build_descr` is a boolean flag indicating if the description should
   560           be built on select queries (if false, the description will be en empty
   560           be built on select queries (if false, the description will be en empty
   561           list)
   561           list)
   562 
   562