reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
vm.h
Go to the documentation of this file.
1
5#ifndef VM_H
6#define VM_H
7
8#include "statement.h"
9
16
17#endif // VM_H
Core database statement definitions.
A parsed SQL statement ready for execution by the VM.
Definition statement.h:31
void execute_statement(Statement *stmt)
The "Virtual Machine": executes a compiled Statement.
Definition vm.c:10