MetaCmdRes do_meta_cmd(InputBuffer *inbuf)
Parses and executes non-SQL meta-commands (commands starting with '.').
PrepareRes prepare_statement(InputBuffer *inbuf, Statement *stmt)
The "Compiler": parses raw string input into an executable Statement.
Core database statement definitions.
PrepareRes
Result codes for the SQL statement compiler.
MetaCmdRes
Result codes for meta-command execution.
A parsed SQL statement ready for execution by the VM.