Interface for state of a program executing database transactions. More...
#include "database/vm/programImage.hpp"
#include "database/vm/instructionSet.hpp"
#include "database/vm/valueTupleSet.hpp"
#include "database/vm/output.hpp"
#include "database/vm/subroutineFrame.hpp"
#include "database/transactionExecStatemachine.hpp"
#include "database/databaseError.hpp"
#include "types/variant.hpp"
#include <string>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | _Wolframe::db::vm::ProgramInstance |
Instance of a program with statevariables. More... | |
class | _Wolframe::db::vm::ProgramInstance::ResultFlags |
Flags defined in the database command between DO and the statement (NONEMPTY,UNIQUE) More... | |
class | _Wolframe::db::vm::ProgramInstance::StackElement |
State stack element of the virtual machine executing a transaction. More... | |
Namespaces | |
_Wolframe | |
Toplevel Wolframe namespace. | |
_Wolframe::db | |
Database related classes (implemented in the library libwolframe_database) | |
_Wolframe::db::vm | |
Classes implementing the virtual machine for executing database transactions. | |
Interface for state of a program executing database transactions.
Copyright © 2014 - Project Wolframe - All Rights Reserved