1pub(crate) mod admin_parser;
16mod alter_parser;
17pub(crate) mod comment_parser;
18pub(crate) mod copy_parser;
19pub(crate) mod create_parser;
20pub(crate) mod cursor_parser;
21pub(crate) mod deallocate_parser;
22pub(crate) mod delete_parser;
23pub(crate) mod describe_parser;
24pub(crate) mod drop_parser;
25pub(crate) mod error;
26pub(crate) mod execute_parser;
27pub(crate) mod explain_parser;
28pub(crate) mod insert_parser;
29pub(crate) mod prepare_parser;
30pub(crate) mod query_parser;
31pub(crate) mod set_var_parser;
32pub(crate) mod show_parser;
33pub(crate) mod tql_parser;
34pub(crate) mod truncate_parser;
35pub mod utils;
36pub mod with_tql_parser;