Expand description
The executor virtual machine, its registers and errors.
See VirtualMachine
and Register
.
Structs§
- Insert
Def - An abstract definition of an insert statement.
- Insert
Row - A row of values to insert.
- Register
Index - An index that can be used to access a specific register.
- Table
Def - An abstract definition of a create table statement.
- Table
Index - An index that can be used as a reference to a table.
- Virtual
Machine - Executor of an SQL query.
Enums§
- Execution
Error - Register
- A register in the executor VM.
- Runtime
Error - All possible errors handled during execution.