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
15
void
execute_statement
(
Statement
*stmt);
16
17
#endif
// VM_H
statement.h
Core database statement definitions.
Statement
A parsed SQL statement ready for execution by the VM.
Definition
statement.h:31
execute_statement
void execute_statement(Statement *stmt)
The "Virtual Machine": executes a compiled Statement.
Definition
vm.c:10
include
vm.h
Generated by
1.16.1