//! Methods and types related to AQL queries.
//!//! The methods in this module are about tasks related to AQL queries like
//! syntax verification and inspection of execution plans. To actually execute
//! AQL queries use the methods of the `cursor` module.
pubmodmethods;pubmodtypes;