module documentation

Query subclasses which provide extra functionality beyond simple data retrieval.
Class ​Aggregate​Query Take another query as a parameter to the FROM clause and only select the elements in the provided list.
Class ​Delete​Query A DELETE SQL query.
Class ​Insert​Query Undocumented
Class ​Update​Query An UPDATE SQL query.