Multiple DataBase Functionality
- Last UpdatedApr 28, 2022
- 1 minute read
The Miltiple DataBase (MDB) class exposes methods that act on the currently opened MDB. This is a singleton class. It contains methods to
-
Open/close an MDB.
-
Save work / quit work.
-
Query claims.
-
Claim/release elements
-
Extract operations, for example: flush, refresh, extract claim, extract release, extract drop.
-
Get opened DataBases (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 |