reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
vm.h File Reference

Virtual Machine for executing compiled SQL statements. More...

#include "statement.h"
Include dependency graph for vm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void execute_statement (Statement *stmt)
 The "Virtual Machine": executes a compiled Statement.

Detailed Description

Virtual Machine for executing compiled SQL statements.

Definition in file vm.h.

Function Documentation

◆ execute_statement()

void execute_statement ( Statement * stmt)

The "Virtual Machine": executes a compiled Statement.

Parameters
[in]stmtPointer to the parsed statement to execute.

Definition at line 10 of file vm.c.