Query¶
-
class
pyArango.query.Query(request, database, rawResults)[source]¶ This class is abstract and should not be instanciated. All query classes derive from it
If rawResults = True, the results will be returned as dictionaries instead of Document objects.
-
class
pyArango.query.AQLQuery(database, query, batchSize, bindVars, options, count, fullCount, rawResults=True, json_encoder=None, **moreArgs)[source]¶ AQL queries are attached to and instanciated by a database
-
class
pyArango.query.SimpleQuery(collection, queryType, rawResults, json_encoder=None, **queryArgs)[source]¶ Simple queries are attached to and instanciated by a collection