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

Implementation of the database Virtual Machine. More...

#include "vm.h"
#include <stdio.h>
Include dependency graph for vm.c:

Go to the source code of this file.

Functions

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

Detailed Description

Implementation of the database Virtual Machine.

Definition in file vm.c.

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.