Module instance

Source
Expand description

Interface to the DBMS.

Structs§

Instance
Instance provides interface for the client to interact with the system: initiate and complete transaction, write and read data, etc.
InstanceSharedState
Parts of instance that are shared between threads.
Object
Object for reading operations.
ObjectWrite
Object for reading and writing.
Transaction
Transaction.

Traits§

Read
Reading operations.
Write
Writing operations.