Module otter_sql::vm

source ·
Expand description

The executor virtual machine, its registers and errors.

See VirtualMachine and Register.

Structs

An abstract definition of an insert statement.
A row of values to insert.
An index that can be used to access a specific register.
An abstract definition of a create table statement.
An index that can be used as a reference to a table.
Executor of an SQL query.

Enums

A register in the executor VM.
All possible errors handled during execution.