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.
- Instance
Shared State - Parts of instance that are shared between threads.
- Object
- Object for reading operations.
- Object
Write - Object for reading and writing.
- Transaction
- Transaction.