Wolframe, 0.0.3

programInstance.hpp File Reference

Interface for state of a program executing database transactions. More...

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.
 

Detailed Description

Interface for state of a program executing database transactions.