MDB Functionality
- Last UpdatedJan 25, 2024
- 1 minute read
The MDB class exposes methods that act on the currently opened MDB. This is a singleton class. It contains methods to
-
open/close an MDB
-
savework/quitwork
-
query claims
-
claim/release elements
-
extract operations, for example: flush, refresh, extract claim, extract release, extract drop.
-
get opened DBs
-
return an element(s) of a given name
-
return elements with matching values in name and integer tables (as described in previous section
Related pseudo attributes are:
|
Attribute Name |
Data Type |
Description |
|
OKDROP |
bool |
True if element may be dropped. |
|
OKRLEX |
bool |
True if element may be extract released. |